import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const SmbClientAccessConfig: core.serialization.ObjectSchema; export declare namespace SmbClientAccessConfig { interface Raw { enable_secure_mode?: boolean | null; identity_verification_enabled?: boolean | null; identity_verification_email_enabled?: boolean | null; identity_verification_sms_enabled?: boolean | null; } }