/// import * as fs from 'fs-extra'; export declare function stat(p: string): Promise; export declare function readdir(dir: string): Promise;