import type { BumpInfo } from '../types/BumpInfo'; import type { BeachballOptions } from '../types/BeachballOptions'; /** * Bump versions locally, commit, optionally tag, and push to git. * * This should NOT mutate `bumpInfo`. * * @param bumpPushRetries Retry count, overrideable for testing only */ export declare function bumpAndPush(bumpInfo: Readonly, publishBranch: string, options: BeachballOptions, bumpPushRetries?: number): Promise; //# sourceMappingURL=bumpAndPush.d.ts.map