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

export = isDir;
