import type * as ElevenLabs from "../index";
export interface ConversationInitiationClientDataWebhook {
    /** The URL to send the webhook to */
    url: string;
    /** The headers to send with the webhook request */
    requestHeaders: Record<string, ElevenLabs.ConversationInitiationClientDataWebhookRequestHeadersValue>;
}
