import type { Options } from "../../BaseConversation.js"; import { type VoiceSessionSetupResult } from "../VoiceSessionSetup.js"; /** * Web platform session setup strategy. * Handles wake lock, preliminary mic permission, platform-specific delay, * connection creation, and input/output setup. */ export declare function webSessionSetup(options: Options): Promise; //# sourceMappingURL=VoiceSessionSetup.d.ts.map