import type { CheckResult, PackageManagerName } from "../types"; export declare function checkDependenciesInstalled(targetDir: string, options?: { workspaceRootDir?: string; packageManager?: PackageManagerName; }): Promise;