import * as $dara from '@darabonba/typescript'; export declare class MigrateClusterRequest extends $dara.Model { /** * @remarks * The bucket endpoint. * * @example * *******.oss-cn-hangzhou.aliyuncs.com */ ossBucketEndpoint?: string; /** * @remarks * The bucket name. * * @example * bucket-**** */ ossBucketName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }