export default class PackageJson { static get jsonPath(): string; static read(): Promise; static merge(obj: any): Promise; static removeAtPath(objPath: string): Promise; static write(packageJson: any): Promise; }