/** * Upgrade the package.json file * @returns Whether the conversion was successful */ export declare function transform(): boolean; /** * Modify the configuration of dependencies * @param packageObj package.json source */ export declare function process(packageObj: any): any;