export declare function ClientVpn(label?: string, options?: Record): import("../index.ts").Node; export declare function InternetService(label?: string, options?: Record): import("../index.ts").Node; export declare function LoadBalancer(label?: string, options?: Record): import("../index.ts").Node; export declare function NatService(label?: string, options?: Record): import("../index.ts").Node; export declare function Net(label?: string, options?: Record): import("../index.ts").Node; export declare function SiteToSiteVpng(label?: string, options?: Record): import("../index.ts").Node;