import { Period } from "./Period"; export declare class PhaseMetrics { toDate: Date; fromDate: Date; groupingPeriod: string; periods: Period[]; }