///
import { BigNumber, providers } from "ethers";
export declare const getProvider: () => providers.JsonRpcProvider;
export declare const getWaffleExpect: () => Chai.ExpectStatic;
export declare const addSnapshotBeforeRestoreAfterEach: () => void;
export declare function cacheBeforeEach(initializer: Mocha.AsyncFunc): void;
export declare function getTransactionTimestamp(asyncTxn: any): Promise;
export declare function getLastBlockTimestamp(): Promise;
export declare function mineBlockAsync(): Promise;
export declare function increaseTimeAsync(duration: BigNumber): Promise;
//# sourceMappingURL=testingUtils.d.ts.map