import type { IConnectable } from './interfaces'; export declare const ConnectableSwitcher: Readonly<{ readonly current: IConnectable | null; readonly connecting: boolean; enter: typeof enterConnectable; exit: typeof exitConnectable; pause: typeof pauseConnecting; resume: typeof resumeConnecting; }>; //# sourceMappingURL=connectable-switcher.d.ts.map