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