/// import { Stats } from 'fs'; export declare function exists(pathname: string): Stats | false; export declare function isDirectory(pathname: string): boolean; export declare function isFile(pathname: string): boolean;