import { SocketService } from '../../../SocketService'; export interface JoinChannelResult { ready: boolean; rejected?: boolean; persistence?: boolean; walletKey?: string; } export declare const handleJoinChannelResults: (instance: SocketService, error: string | null, result?: JoinChannelResult) => Promise; //# sourceMappingURL=handleJoinChannelResult.d.ts.map