import * as $dara from '@darabonba/typescript'; export declare class ResetDiskResponseBody extends $dara.Model { /** * @remarks * The request ID. * * @example * F3CD6886-D8D0-4FEE-B93E-1B732396**** */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }