import { NostrWSClient } from './core/client'; import type { NostrWSMessage, ConnectionState } from './types/index'; import type { NostrWSClientOptions } from './types/websocket'; export { NostrWSClient }; export type { NostrWSMessage, NostrWSClientOptions, ConnectionState }; declare const _default: { NostrWSClient: typeof NostrWSClient; }; export default _default; //# sourceMappingURL=browser.d.ts.map