export declare function BlockStorage(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ObjectStorage(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
