export declare function Filestore(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function LocalSSD(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function PersistentDisk(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Storage(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare const SSD: typeof LocalSSD;
export declare const GCS: typeof Storage;
