import * as $dara from '@darabonba/typescript'; export declare class GetDefaultStorageLocationResponseBody extends $dara.Model { /** * @example * oss-test-bucket */ bucket?: string; /** * @example * ice/dir */ path?: string; /** * @example * ******11-DB8D-4A9A-875B-275798****** */ requestId?: string; /** * @example * normal */ status?: string; /** * @example * user_oss_bucket */ storageType?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }