import { testnetTokens } from "../../tokens";
export type TTestnetTokens = keyof typeof testnetTokens;
export declare function getTokenAddressAndAbi(tokenName: string, chainName: string): [string, any];
