export declare function Certificate(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DomainRegistration(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Domain(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Firewall(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function FloatingIp(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function InternetGateway(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function LoadBalancer(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ManagedVpn(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Vpc(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
