export declare function Cdn(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CloudEnterpriseNetwork(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ElasticIpAddress(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ExpressConnect(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function NatGateway(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ServerLoadBalancer(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SmartAccessGateway(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function VirtualPrivateCloud(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function VpnGateway(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare const CEN: typeof CloudEnterpriseNetwork;
export declare const EIP: typeof ElasticIpAddress;
export declare const SLB: typeof ServerLoadBalancer;
export declare const VPC: typeof VirtualPrivateCloud;
