import * as $dara from '@darabonba/typescript'; export declare class SetDefaultStorageLocationRequest extends $dara.Model { /** * @example * oss-test-bucket */ bucket?: string; /** * @example * ims/dir */ path?: string; /** * @example * user_oss_bucket */ storageType?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }