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