import type { BeachballOptions } from '../types/BeachballOptions'; import type { CommandContext } from '../types/CommandContext'; /** * Potentially bump, publish, and push package changes depending on options. * @param context Command context from `validate()` */ export declare function publish(options: BeachballOptions, context: CommandContext): Promise; /** @deprecated Use other signature */ export declare function publish(options: BeachballOptions): Promise; //# sourceMappingURL=publish.d.ts.map