import type { Amount } from './Amount'; import type { CurrencyInfo } from './CurrencyInfo'; export declare type NumericData = { amount?: Amount; currencyInfo?: CurrencyInfo; };