import * as $dara from '@darabonba/typescript'; export declare class DeleteTemplateRequest extends $dara.Model { /** * @remarks * The IDs of the templates that you want to delete. Separate multiple IDs with commas (,). * * @example * ****20b48fb04483915d4f2cd8ac****,****20b48fb04483915d4f2cd8ac**** */ templateIds?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }