export declare function Containerd(label?: string, options?: Record): import("../index.ts").Node; export declare function Crio(label?: string, options?: Record): import("../index.ts").Node; export declare function Docker(label?: string, options?: Record): import("../index.ts").Node; export declare function Firecracker(label?: string, options?: Record): import("../index.ts").Node; export declare function Gvisor(label?: string, options?: Record): import("../index.ts").Node; export declare function K3s(label?: string, options?: Record): import("../index.ts").Node; export declare function Lxc(label?: string, options?: Record): import("../index.ts").Node; export declare function Rkt(label?: string, options?: Record): import("../index.ts").Node; export declare const LXC: typeof Lxc; export declare const RKT: typeof Rkt;