import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { AuthConnectionDependencies } from "./AuthConnectionDependencies"; export declare const WhatsAppAuthResponse: core.serialization.ObjectSchema; export declare namespace WhatsAppAuthResponse { interface Raw { name: string; provider?: "whatsapp" | null; phone_number_id: string; id: string; used_by?: AuthConnectionDependencies.Raw | null; } }