import { Period } from './period'; import { Price } from '../../price/domain/price'; export declare type PriceByPeriod = { [key in Period]: Price; };