/// import { Stats } from 'fs'; export declare type FileStatFn = (path: string) => Promise; export declare const fileStat: FileStatFn;