import * as $dara from '@darabonba/typescript'; export declare class CreateLaunchTemplateResponseBody extends $dara.Model { /** * @remarks * The ID of the launch template. * * @example * lt-m5eiaupmvm2op9d**** */ launchTemplateId?: string; /** * @remarks * The version number of the launch template. * * @example * 2 */ launchTemplateVersionNumber?: number; /** * @remarks * The ID of the request. * * @example * 473469C7-AA6F-4DC5-B3DB-A3DC0DE3**** */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }