import type { Token, TokenAmount } from '../../types/token.js'; export declare const getTONBalance: (walletAddress: string, tokens: Token[]) => Promise;