export declare const WorkspaceWebhookEventType: { readonly VoiceLibraryRemovalNotice: "voice_library_removal_notice"; readonly SpeechToText: "speech_to_text"; readonly AgentQa: "agent_qa"; }; export type WorkspaceWebhookEventType = (typeof WorkspaceWebhookEventType)[keyof typeof WorkspaceWebhookEventType];