import * as $dara from '@darabonba/typescript'; export declare class DeleteBackendModelResponseBody extends $dara.Model { /** * @remarks * The ID of the operation. * * @example * f7834d74be4e41aa8e607b0fafae9b33 */ operationId?: string; /** * @remarks * The ID of the request. * * @example * D1B18FFE-4A81-59D8-AA02-1817098977CD */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }