import { IStatusData } from "../engine/status_data"; /** Represents an estimate based on previous/next and the Date. */ export interface IStatusDataEstimate extends IStatusData { } //# sourceMappingURL=status_data_estimate.d.ts.map