export declare const STILL_COMMAND = "still"; export declare const stillCommand: (args: string[], remotionRoot: string, logLevel: "error" | "info" | "trace" | "verbose" | "warn") => Promise;