import type { PackageJson } from '../types/pkg';
export declare const readPackageJson: ({ packageJsonPath }: {
    packageJsonPath: string;
}) => Promise<PackageJson>;
