export declare const VoiceResponseModelLabellingStatus: { readonly InReview: "in_review"; readonly ReviewComplete: "review_complete"; }; export type VoiceResponseModelLabellingStatus = (typeof VoiceResponseModelLabellingStatus)[keyof typeof VoiceResponseModelLabellingStatus];