import { KeyValuePair } from "../../storage/types"; import { AsyncTupleDatabaseClientApi } from "./asyncTypes"; export declare function asyncDatabaseTestSuite(name: string, createStorage: (id: string) => AsyncTupleDatabaseClientApi, durable?: boolean): void; //# sourceMappingURL=../../../src/database/async/asyncDatabaseTestSuite.d.ts.map