import { Fragment } from '@ethersproject/abi';
import { Abi } from '../types';
export declare function findMethodAbiFragment(abi: Abi, methodSignature: string): Fragment | undefined;
//# sourceMappingURL=abi.d.ts.map