import type { BrowserExecutable } from '@remotion/renderer';
export declare const setBrowserExecutable: (newBrowserExecutablePath: BrowserExecutable) => void;
export declare const getBrowserExecutable: () => BrowserExecutable;
