UNPKG

@remotion/renderer

Version:

Render Remotion videos using Node.js or Bun

4 lines (3 loc) 215 B
export declare const registerErrorSymbolicationLock: () => number; export declare const unlockErrorSymbolicationLock: (id: number) => void; export declare const waitForSymbolicationToBeDone: () => Promise<unknown>;