export declare function Aerospike(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Hazelcast(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Memcached(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Redis(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
