import { IFileWithStats } from "../../@types/index"; /** * Returns all files in the specified directory along with their "stats". */ export declare function directoryFiles(dir: string): IFileWithStats[]; //# sourceMappingURL=directoryFiles.d.ts.map