///
import { Provider } from '../../interfaces';
/**
* TESTRPC ONLY
* https://github.com/trufflesuite/ganache-cli
*/
export declare function snapshot(provider: Provider): Promise;
/**
* TESTRPC ONLY
* https://github.com/trufflesuite/ganache-cli
*/
export declare const revert: import("ramda").CurriedFunction2>;
/**
* TESTRPC ONLY
* https://github.com/trufflesuite/ganache-cli
*/
export declare function mine(provider: Provider): Promise;