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