export declare const TurnDetectionType: { readonly SemanticVad: "semantic_vad"; readonly ServerVad: "server_vad"; }; export type TurnDetectionType = (typeof TurnDetectionType)[keyof typeof TurnDetectionType];