/** returns the package.json object parsed */ export declare const getPackageJson: (packageJsonPath: string) => Promise; /** determines the package.json of the project itself and returns its object parsed */ export declare const getOwnVersion: () => Promise;