import * as $dara from '@darabonba/typescript'; export declare class CreateTemplateResponseBody extends $dara.Model { /** * @remarks * The ID of the orchestration template. * * @example * ba1fe77b-b01e-4640-b77e-8f1b80****** */ templateId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }