import { ethers } from 'ethers'; interface Params { cannonfile?: string; dryRun?: boolean; impersonate?: string; } export declare function coreBootstrap(params?: Params): { getContract: (contractName: T, address?: string) => Contracts[T]; getExtras: () => { [label: string]: string; }; getSigners: () => ethers.Signer[]; getProvider: () => ethers.providers.JsonRpcProvider; createSnapshot: () => () => Promise; }; export {}; //# sourceMappingURL=tests.d.ts.map