import { PathOsBased } from './path';
export default function getMissingTestFiles(tests: PathOsBased[]): PathOsBased[];
