import * as $dara from '@darabonba/typescript'; export declare class SetDefaultCustomTemplateRequest extends $dara.Model { /** * @remarks * The template ID. * * This parameter is required. * * @example * ****d80e4e4044975745c14b**** */ templateId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }