import { PatchNS } from './types'; /** * Remove duplicate gitHead field when "lerna publish" fails. * * @param {String} path * @returns {void} */ export declare function removeGitHead(path: string): void; /** * Enter a interactive cli to know the current situation of `lerna publish`. * * @param {String} cwd * @param {String} version * @param {String} tag * @returns {Promise} */ export declare function patch(options: PatchNS.IOptions): Promise; //# sourceMappingURL=patch.d.ts.map