export declare function Folder(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Space(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function VolumeSnapshot(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Volume(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
