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