export type MaterialsHistoryPoint = { /** * YYYY-MM */ period: string; index_value: number; }; //# sourceMappingURL=MaterialsHistoryPoint.d.ts.map