Files
story-studio/remotion/node_modules/@remotion/cli/dist/benchmark.d.ts
2026-02-21 10:33:18 +01:00

3 lines
168 B
TypeScript

import type { LogLevel } from '@remotion/renderer';
export declare const benchmarkCommand: (remotionRoot: string, args: string[], logLevel: LogLevel) => Promise<void>;