import { type SwapContext } from "../types"; export declare const getTokenName: (tokenContract: string, context: SwapContext) => string;