import type * as ElevenLabs from "../../api/index";
import * as core from "../../core";
import type * as serializers from "../index";
export declare const GetWhatsAppAccountResponse: core.serialization.ObjectSchema<serializers.GetWhatsAppAccountResponse.Raw, ElevenLabs.GetWhatsAppAccountResponse>;
export declare namespace GetWhatsAppAccountResponse {
    interface Raw {
        business_account_id: string;
        phone_number_id: string;
        business_account_name: string;
        phone_number_name: string;
        phone_number: string;
        assigned_agent_id?: string | null;
        enable_messaging?: boolean | null;
        enable_audio_message_response?: boolean | null;
        assigned_agent_name?: string | null;
    }
}
