export declare function isDirectory(input: string): Promise<boolean>;
