export { Browser, type BrowserCreateResponse, type BrowserDeleteResponse, type BrowserProtocolResponse, type BrowserVersionResponse, type BrowserCreateParams, type BrowserDeleteParams, type BrowserConnectParams, type BrowserLaunchParams, type BrowserProtocolParams, type BrowserVersionParams, } from "./browser.js"; export { Page, type PageGetParams } from "./page.js"; export { Targets, type TargetCreateResponse, type TargetListResponse, type TargetActivateResponse, type TargetCloseResponse, type TargetGetResponse, type TargetCreateParams, type TargetListParams, type TargetActivateParams, type TargetCloseParams, type TargetGetParams, } from "./targets.js"; //# sourceMappingURL=index.d.ts.map