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