export interface IMilestone { index: number; data: { [key: string]: any; }; } //# sourceMappingURL=managers.d.ts.map