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