import { DbInterface } from "./backend"; /** * @returns the callbacks */ export declare function inMemoryDbInterfaceExample(): Promise<{ entryInterface: DbInterface; chainInterface: DbInterface; dumpTables: () => void; dropTables: () => Promise; }>; //# sourceMappingURL=in_memory.d.ts.map