import * as $dara from '@darabonba/typescript'; export declare class GetTranscodeJobRequest extends $dara.Model { /** * @remarks * The job ID. * * @example * ab4802364a2e49208c99efab82dfa8e8 */ parentJobId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }