declare const GetERC20Allowance: (address: `0x${string}`, buyer: `0x${string}`, chainId: number) => Promise; export default GetERC20Allowance;