import type { BeachballOptions } from '../types/BeachballOptions'; import type { CommandContext } from '../types/CommandContext'; /** * Bump and publish a "canary" prerelease version. * @param context Command context from `validate()` */ export declare function canary(options: BeachballOptions, context: CommandContext): Promise; /** @deprecated Use other signature */ export declare function canary(options: BeachballOptions): Promise; //# sourceMappingURL=canary.d.ts.map