export interface RealtimeEndpointResult { websocketUrl: string; raw: unknown; } export declare function fetchRealtimeVoiceEndpoint(larkAppId: string, meetingId: string): Promise; //# sourceMappingURL=endpoint.d.ts.map