UNPKG

@remotion/renderer

Version:

Render Remotion videos using Node.js or Bun

20 lines (19 loc) 429 B
export declare const separateAudioOption: { cliFlag: string; description: () => string; docLink: string; getValue: ({ commandLine }: { commandLine: Record<string, unknown>; }) => { source: string; value: string; } | { source: string; value: null; }; name: string; setConfig: () => never; ssrName: string; type: string | null; id: string; };