import { CommonKeyValueDB } from '../kv/commonKeyValueDB';
export declare function runCommonKeyValueDBTest(db: CommonKeyValueDB): Promise<void>;
