import * as $dara from '@darabonba/typescript'; export declare class DescribeZonesResponseBodyZonesZone extends $dara.Model { localName?: string; zoneId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeZonesResponseBodyZones extends $dara.Model { zone?: DescribeZonesResponseBodyZonesZone[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeZonesResponseBody extends $dara.Model { /** * @remarks * The ID of the request. * * @example * 9324B68F-9863-5722-A0FD-0798E2B02A0E */ requestId?: string; zones?: DescribeZonesResponseBodyZones; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }