export declare class ChromeSetup { private static instance; private chromeExecutable; private setupAttempted; private platform; static getInstance(): ChromeSetup; getChromeExecutable(): Promise; private findChromeExecutable; private getCacheDirectories; private setupChrome; private getDefaultCacheDir; getBrowserLaunchOptions(): Promise; isReady(): Promise; getSetupInstructions(): string[]; } //# sourceMappingURL=chrome-setup.d.ts.map