import { RelayCast, type RelayCastOptions } from './relay.js'; import { WsClient, type WsClientOptions } from './ws.js'; import type { InternalOrigin } from './origin.js'; export declare function createInternalRelayCast(options: RelayCastOptions, origin: InternalOrigin): RelayCast; export declare function createInternalWsClient(options: WsClientOptions, origin: InternalOrigin): WsClient; //# sourceMappingURL=internal.d.ts.map