export function addIsoImpls(iso: typeof import("../src/node.js") | typeof import("../src/browser.js")): void; export function testIterator(tc: t.TestCase): Promise; export function testArgMagic(tc: t.TestCase): Promise; export function testUintKey(tc: t.TestCase): Promise; export function testTransactionsAreExecutedOneAfterAnother(tc: t.TestCase): Promise; export function testBasics(tc: t.TestCase): Promise; export function testRetrieval(tc: t.TestCase): Promise; export function testBenchmark(tc: t.TestCase): Promise; export function testIndexing(tc: t.TestCase): Promise; export function testCrypto(tc: t.TestCase): Promise; export function testCustomKeyValue(tc: t.TestCase): Promise; export function testObjectStorage(tc: t.TestCase): Promise; export function testConcurrentTransactionBehavior(tc: t.TestCase): Promise; export function testConsecutiveTransactionBehavior(tc: t.TestCase): Promise; export function testPrefix(tc: t.TestCase): Promise; export function testDataTypes(tc: t.TestCase): Promise; export function testPerf(tc: t.TestCase): Promise; export type IEncodable = import('../src/common.js').IEncodable; import * as t from 'lib0/testing'; //# sourceMappingURL=db.tests.d.ts.map