import { SWClient, SWClientOptions } from './SWClient';
export declare const SignalWire: (options: SWClientOptions) => Promise<SWClient>;
export type { SWClient } from './SWClient';
//# sourceMappingURL=SignalWire.d.ts.map