export declare function Containers(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Docker(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DropletConnect(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DropletSnapshot(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Droplet(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function K8sCluster(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function K8sNodePool(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function K8sNode(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
