import type { PublishScriptConfig } from './types.js'; interface PublishScriptOutput { /** * ТАКЖЕ ЗАПИСЫВАЕТСЯ В ПЕРЕМЕННУЮ ОКРУЖЕНИЯ * PUBLISHED_GIT_TAG */ publishedGitTag: null | string; } export declare const publishScript: ({ nextVersion, commitAllCurrentChanges, createTag, gitTagFormat, cleanupCommand, packageManager, tag, force, otherNames, targetPackageJson, onAlreadyPublishedThisVersion, safe, mainBranch, stayInCurrentDir, test, }: PublishScriptConfig) => null | PublishScriptOutput; export {}; //# sourceMappingURL=publish-script.d.ts.map