import type { PackageJsonLoadResult } from "../types"; export declare function readPackageJson(targetDir: string): Promise;