/** * Domain types - pure data structures with no dependencies. * * Note: IMemoryResult, ITask, ICapturedWork interfaces moved to ./interfaces/types/ */ export { ISOTimestamp, toISOTimestamp, parseTimestamp } from './ISOTimestamp'; //# sourceMappingURL=index.d.ts.map