import {Wallet} from 'ethers'; export declare const MockSigner: () => Wallet; export declare function evmSnapFastForward( n: number, cb: () => Promise ): Promise;