export declare function Firewall(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Router(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Subnet(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Switch(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function VPN(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
