import { Contract } from 'fathom-ethers'; export declare const getEstimateGas: (contract: Contract, methodName: string, args: any[], options: any) => Promise; //# sourceMappingURL=getEstimateGas.d.ts.map