export declare function getResolverBondAmount(contractAddress: `0x${string}`, rpcUrl: string): Promise; export declare function getTokenAllowance(tokenAddress: `0x${string}`, owner: `0x${string}`, spender: `0x${string}`, rpcUrl: string): Promise;