declare const findFunctionDefinition: (abi: any, functionName: string) => any;
export { findFunctionDefinition };
