import { JettonAmount } from '../entities/JettonAmount'; import { Jetton } from '../entities/Jetton'; export declare const parseBalance: (value: string, decimals?: number) => bigint; export declare function tryParseAmount(value?: string, currency?: T): JettonAmount | undefined;