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