import * as $dara from '@darabonba/typescript'; export declare class ReleaseEipAddressRequest extends $dara.Model { /** * @remarks * This parameter is required. */ allocationId?: string; ownerAccount?: string; ownerId?: number; regionId?: string; resourceOwnerAccount?: string; resourceOwnerId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }