export { Browser } from './client.js'; export type { BrowserClientConfig, SessionInfo, StartSessionParams, ViewportConfig, BasicAuth, ProxyCredentials, ExternalProxy, ProxyEntry, BypassConfig, ProxyConfiguration, S3Location, ResourceLocation, BrowserExtension, ProfileConfiguration, SessionConfiguration, WebSocketConnection, SessionStatus, BrowserOperationResult, } from './types.js'; export { DEFAULT_IDENTIFIER, DEFAULT_SESSION_NAME, DEFAULT_TIMEOUT } from './types.js'; //# sourceMappingURL=index.d.ts.map