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