export type TimedFileMatch = { absolutePath: string; mtimeMs: number; }; export type StatSortedMatches = { matches: TimedFileMatch[]; skippedCount: number; }; export declare function normalizeCommandOutputPaths(stdout: string, searchRoot: string, fileFilter?: string): string[]; export declare function statSortedFileMatches(files: string[]): Promise; //# sourceMappingURL=file-match-utils.d.ts.map