3 lines
133 B
TypeScript
3 lines
133 B
TypeScript
import type { LogLevel } from '@remotion/renderer';
|
|
export declare const initializeCli: (remotionRoot: string) => Promise<LogLevel>;
|