import * as $dara from '@darabonba/typescript'; export declare class DeleteDatasetItemResponseBody extends $dara.Model { /** * @remarks * The ID of the request. * * @example * FF433E09-663A-5F5D-9DBA-A611******** */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }