import BigNumber from '@airgap/coinlib-core/dependencies/src/bignumber.js-9.0.0/bignumber'; import { Amount, AmountEnhanced } from '../types/amount'; export declare function newAmount<_Units extends string>(amount: Amount<_Units>): AmountEnhanced<_Units>; export declare function newAmount<_Units extends string>(amount: number | string | BigNumber, unit: Amount<_Units>['unit']): AmountEnhanced<_Units>;