import * as $dara from '@darabonba/typescript'; export declare class SetDefaultPolicyVersionRequest extends $dara.Model { /** * @remarks * The name of the policy. * * @example * OSS-Administrator */ policyName?: string; /** * @remarks * The ID of the policy version that you want to set as the default version. * * @example * v2 */ versionId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }