import * as $dara from '@darabonba/typescript'; export declare class DescribeVRoutersResponseBodyVRoutersVRouterRouteTableIds extends $dara.Model { routeTableId?: string[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeVRoutersResponseBodyVRoutersVRouter extends $dara.Model { creationTime?: string; description?: string; regionId?: string; routeTableIds?: DescribeVRoutersResponseBodyVRoutersVRouterRouteTableIds; VRouterId?: string; VRouterName?: string; vpcId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeVRoutersResponseBodyVRouters extends $dara.Model { VRouter?: DescribeVRoutersResponseBodyVRoutersVRouter[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeVRoutersResponseBody extends $dara.Model { /** * @remarks * The page number. */ pageNumber?: number; /** * @remarks * The number of entries per page. */ pageSize?: number; /** * @remarks * The request ID. */ requestId?: string; /** * @remarks * The total number of entries returned. */ totalCount?: number; /** * @remarks * A wrapper object for the VRouter list. */ VRouters?: DescribeVRoutersResponseBodyVRouters; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }