import { CurrencyInfo, Value } from '../types';
/**
 * Given a number and CurrencyInfo, return a bigint.
 */
export declare function numberToValue(_value: number, _currencyInfo: CurrencyInfo): Value;
