import * as $dara from '@darabonba/typescript'; export declare class CreateLiveTranscodeTemplateResponseBody extends $dara.Model { /** * @remarks * The request ID. * * @example * ******3B-0E1A-586A-AC29-742247****** */ requestId?: string; /** * @remarks * The ID of the template. * * @example * ****20b48fb04483915d4f2cd8ac**** */ templateId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }