import { type SwapContext } from "../types"; export declare const getTokenDecimals: (tokenId: string, context: SwapContext) => { tokenContract: string; tokenDecimals: number; }[];