import { IDataStore } from "./types";
export declare function getDataStore(): IDataStore;
export declare function isLmdbStore(): boolean;
export declare function detectLmdbStore(): boolean;
