import { ethers } from "ethers";
export declare const getTokenContract: (tokenName: string, chainName: string, sender: string) => Promise<ethers.Contract | undefined>;
