import * as $dara from '@darabonba/typescript'; export declare class DeleteDeploymentJobResponseBody extends $dara.Model { /** * @remarks * The request ID. * * @example * 15C66C7B-671A-4297-9187-2C4477247A74 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }