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