import type { Command, Options } from "../types";
/**
 * Creates the `set-version` command.
 *
 * Note that this command will only run if the package is configured and
 * contains no misalignments.
 *
 * @param versions Version range string provided on the command line
 * @param options Command line options
 * @returns The `set-version` command
 */
export declare function makeSetVersionCommand(versions: string | number, options: Options): Promise<Command | undefined>;
//# sourceMappingURL=setVersion.d.ts.map