import { Period } from './period'; export declare type ValueByPeriod = { [key in Period]: number; };