/** * Returns true if `filePathProjectRel` is a TypeScript / JS test file (or test fixture) * by path convention. Path is project-relative with `/` separators (the same shape * `CloneCandidate.filePath` carries). */ export declare function isTestFilePath(filePathProjectRel: string): boolean; //# sourceMappingURL=test-file.d.ts.map