import type { BumpInfo } from '../types/BumpInfo'; import type { BeachballOptions } from '../types/BeachballOptions'; import type { CommandContext } from '../types/CommandContext'; /** * Gather bump info and bump versions in memory. * Does NOT mutate the given `context.originalPackageInfos`. * @param context Pre-calculated context */ export declare function bumpInMemory(options: BeachballOptions, context: Omit): BumpInfo; //# sourceMappingURL=bumpInMemory.d.ts.map