import { Price } from '../domain/price'; import { PriceAmountByPeriod } from '../../period/application/parse-to-price-by-period'; export declare function parseToPrice(amountByPeriod: PriceAmountByPeriod): Price;