export declare const DubbingStatusStatus: { readonly Started: "started"; readonly Stopped: "stopped"; }; export type DubbingStatusStatus = (typeof DubbingStatusStatus)[keyof typeof DubbingStatusStatus];