import { Currency, CurrencyAmount } from '@pancakeswap/swap-sdk-core'; export declare const getRawAmount: (amount: CurrencyAmount) => bigint; export declare const parseAmount: (currency: Currency, rawAmount: bigint) => CurrencyAmount; //# sourceMappingURL=utils.d.ts.map