import { ILogRecord } from "./log_record"; /** Represents an estimate location based on the previous/next and a date. */ export interface ILogRecordInterpolated extends ILogRecord { } //# sourceMappingURL=log_record_interpolated.d.ts.map