import * as $dara from '@darabonba/typescript'; export declare class GetCustomTemplateResponseBodyCustomTemplateFrontendHintTranscodeTemplateHint extends $dara.Model { bitrateControlType?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class GetCustomTemplateResponseBodyCustomTemplateFrontendHint extends $dara.Model { transcodeTemplateHint?: GetCustomTemplateResponseBodyCustomTemplateFrontendHintTranscodeTemplateHint; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class GetCustomTemplateResponseBodyCustomTemplate extends $dara.Model { /** * @remarks * The time when the template was created. * * @example * 2022-01-01T10:00:00Z */ createTime?: string; frontendHint?: GetCustomTemplateResponseBodyCustomTemplateFrontendHint; /** * @remarks * Indicates whether the template is the default template. * * @example * true */ isDefault?: boolean; /** * @remarks * The time when the template was last modified. * * @example * 2022-01-01T11:00:00Z */ modifiedTime?: string; /** * @remarks * The template state. * * @example * Normal */ status?: string; /** * @remarks * The subtype ID of the template. * * @example * 1 */ subtype?: number; /** * @remarks * The subtype name of the template. * * @example * Normal */ subtypeName?: string; /** * @remarks * The template parameters. * * @example * {"Type":"Normal","FrameType":"normal","Time":0,"Count":10} */ templateConfig?: string; /** * @remarks * The template ID. * * @example * ****20b48fb04483915d4f2cd8ac**** */ templateId?: string; /** * @remarks * The template name. * * @example * 测试转码模板 */ templateName?: string; /** * @remarks * The type ID of the template. * * @example * 2 */ type?: number; /** * @remarks * The type name of the template. * * @example * SnapshotTemplate */ typeName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class GetCustomTemplateResponseBody extends $dara.Model { /** * @remarks * The template information. */ customTemplate?: GetCustomTemplateResponseBodyCustomTemplate; /** * @remarks * The request ID. * * @example * ******11-DB8D-4A9A-875B-275798****** */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }