export declare const DubbingExportItemStatus: { readonly InProgress: "in_progress"; readonly Completed: "completed"; readonly Failed: "failed"; }; export type DubbingExportItemStatus = (typeof DubbingExportItemStatus)[keyof typeof DubbingExportItemStatus];