import * as $dara from '@darabonba/typescript'; export declare class DeleteWarehouseResponseBody extends $dara.Model { /** * @remarks * The request ID. * * @example * 5C53F7EC-7C47-5DA5-8B6D-FE6B1F934E82 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }