export declare type BrowserExecutable = string | null;
export declare const setBrowserExecutable: (newBrowserExecutablePath: BrowserExecutable) => void;
export declare const getBrowserExecutable: () => string | null;
//# sourceMappingURL=browser-executable.d.ts.map