import { StrictNullable } from './helper-types'; declare function findFirst(...filenames: string[]): StrictNullable; export default findFirst;