import { Account, Contract } from "starknet"; import { IChainInfo } from "../types"; import BigNumber from "bignumber.js"; export declare function sendTransfer(account: Account, l1Address: string, tokenAddress: string, makerAddress: string, amount: BigNumber, fromChainInfo: IChainInfo): Promise; export declare function getAllowance(contractErc20: Contract, contractAddress: string, address: string): Promise; export declare function starknetHashFormat(txHash: string): string; export declare function getAccountAddressError(address: string, type: "starknet" | "evm"): any; //# sourceMappingURL=starknet_helper.d.ts.map