import type { BeachballOptions } from '../types/BeachballOptions'; import { getPackagesToPublish } from './getPackagesToPublish'; /** * Create git tags for each changed package, unless the package or repo has opted out of git tags. * Also, if git tags aren't disabled for the repo and the overall dist-tag (`options.tag`) has a * non-default value (not "latest"), create a git tag for the dist-tag. */ export declare function tagPackages(bumpInfo: Parameters[0], options: Pick): void; //# sourceMappingURL=tagPackages.d.ts.map