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