export async function findFile(
  ...tests: Array<Filter<string> | FilterSync<string>>
): Promise<string | null>;