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