import * as $dara from '@darabonba/typescript'; export declare class GetCustomTemplateRequest extends $dara.Model { /** * @remarks * The template subtype. * * @example * 1 */ subtype?: number; /** * @remarks * The template ID. * * @example * ****96e8864746a0b6f3**** */ templateId?: string; /** * @remarks * The ID of the template type that is used to query the default template. This parameter is required if TemplateId is not specified. * * @example * 1 */ type?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }