export interface MaintainModifiedResult { changed: boolean; modifiedIso: string | null; stampedMtimeMs: number | null; } export declare function mtimeToFlooredIso(mtimeMs: number): string; export declare function maintainModifiedFromMtime(absPath: string): MaintainModifiedResult; //# sourceMappingURL=maintain-modified.d.ts.map