import { CurrencyInfo } from '../types';
/**
 * Given a BigInt, return an Value object with a CurrencyInfo and Amount.
 */
export declare function numberToBigInt(_value: number, _currencyInfo: CurrencyInfo): BigInt;
