import * as $dara from '@darabonba/typescript'; export declare class DescribeRegionsResponseBodyRegionsRegion extends $dara.Model { localName?: string; regionEndpoint?: string; regionId?: string; status?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeRegionsResponseBodyRegions extends $dara.Model { region?: DescribeRegionsResponseBodyRegionsRegion[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeRegionsResponseBody extends $dara.Model { regions?: DescribeRegionsResponseBodyRegions; /** * @remarks * The request ID. * * @example * 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }