import * as $dara from '@darabonba/typescript'; export declare class SetDefaultStorageLocationResponseBody extends $dara.Model { /** * @example * ******5A-CAAC-4850-A3AF-B74606****** */ requestId?: string; /** * @example * true */ success?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }