export interface Period { startDate: string; endDate: string; } //# sourceMappingURL=Period.d.ts.map