import { PopulatedTransaction } from "@ethersproject/contracts";
export declare const createMockPopulatedTransaction: (overwrites?: Partial<PopulatedTransaction>) => PopulatedTransaction;
