interface GoogleRealtimeSessionResponse { websocketUrl: string; sessionToken: string; websocketProtocol?: string; } export declare function resolveGoogleRealtimeCredentials(opts: { userEmail?: string | null; orgId?: string | null; }): Promise; export declare function createGoogleRealtimeSessionHandler(): import("h3").EventHandlerWithFetch>; export {}; //# sourceMappingURL=google-realtime-session.d.ts.map