import * as $dara from '@darabonba/typescript'; export declare class DeleteHostAvailabilityRequest extends $dara.Model { /** * @remarks * The task ID. Valid values of N: 1 to 20. * * This parameter is required. * * @example * 12456 */ id?: number[]; regionId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }