export declare const VoiceSafetyControl: { readonly None: "NONE"; readonly Ban: "BAN"; readonly Captcha: "CAPTCHA"; readonly EnterpriseBan: "ENTERPRISE_BAN"; readonly EnterpriseCaptcha: "ENTERPRISE_CAPTCHA"; }; export type VoiceSafetyControl = (typeof VoiceSafetyControl)[keyof typeof VoiceSafetyControl];