declare const DEFAULT_BROWSER_ZONE = "cli_browser"; declare const ensure_browser_zone: (api_key: string, zone?: string) => Promise; declare const get_cdp_endpoint: (api_key: string, zone: string, country?: string) => Promise; export { DEFAULT_BROWSER_ZONE, ensure_browser_zone, get_cdp_endpoint }; //# sourceMappingURL=browser-credentials.d.ts.map