import { Config, StringMap, TestGiverKit } from 'jton';
import { GiverV2 } from '../';
export interface TestGiverV2Kit extends TestGiverKit {
    giver: GiverV2;
}
export declare function prepareGiverV2(config: Config, keysMap: StringMap, timeout?: number): TestGiverV2Kit;
//# sourceMappingURL=index.d.ts.map