import type { RxStorageFoundationDB, RxStorageFoundationDBSettings } from './foundationdb-types.js';
export declare function getRxStorageFoundationDB(settings: RxStorageFoundationDBSettings): RxStorageFoundationDB;
export * from './foundationdb-types.js';
export * from './foundationdb-helpers.js';
