export declare class CallState { appId?: string; isJoined: boolean; channelId?: string; isChannelJoining: boolean; reset(): void; }