import type { BeachballOptions } from '../types/BeachballOptions'; import type { BumpInfo } from '../types/BumpInfo'; import type { CommandContext } from '../types/CommandContext'; /** * Bump versions and update changelogs, but don't commit, push, or publish. * @param context Command context from `validate()` */ export declare function bump(options: BeachballOptions, context: CommandContext): Promise; /** @deprecated Use other signature */ export declare function bump(options: BeachballOptions): Promise; //# sourceMappingURL=bump.d.ts.map