export declare const WebhookUsageType: { readonly ConvAiAgentSettings: "ConvAI Agent Settings"; readonly ConvAiSettings: "ConvAI Settings"; readonly VoiceLibraryRemovalNotices: "Voice Library Removal Notices"; readonly SpeechToText: "Speech to Text"; readonly AgentQaEvaluations: "Agent QA Evaluations"; }; export type WebhookUsageType = (typeof WebhookUsageType)[keyof typeof WebhookUsageType];