/** * Gets the last modified time of a file * @param filePath - Path to the file * @returns The last modified time as a Date object, or null if file doesn't exist */ export declare function getFileLastModified(filePath: string): Date | null; //# sourceMappingURL=getFileLastModified.d.ts.map