import AmountValue from "./AmountValue"; declare type Amount = { value: AmountValue; currency: string; }; export default Amount;