export declare function isDir(path: string): Promise<boolean>;
