import type { FilesystemTools } from '../../execution/FilesystemTools'; import type { string_dirname } from '../../types/string_filename'; /** * Checks if the directory exists * * @private within the repository */ export declare function isDirectoryExisting(directoryPath: string_dirname, fs: FilesystemTools): Promise;