/** * Checks all the files to see if they exist in the file system. * If none do then it returns false, if some do then it returns * an array of those which _do_ exist. * * @param files the files to be checked for existance */ export declare function filesExist(...files: string[]): false | string[]; //# sourceMappingURL=filesExist.d.ts.map