declare function updatePackageJSON({ opts, cwd, }: { opts: object; cwd?: string; }): void; export default updatePackageJSON;