import type { Options, Client } from "chrome-remote-interface"; import type CdpPage from "./page.js"; export interface LaunchReturn extends Client { newPage: () => Promise; } export declare class CdpLauncher { launch(options: Options): Promise; } export declare const cdpLauncher: CdpLauncher; //# sourceMappingURL=launcher-wrap.d.ts.map