import * as nodefs from "node:fs"; import type { Command, Options } from "../types.ts"; /** * 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, /** @internal */ fs?: typeof nodefs): Promise; //# sourceMappingURL=setVersion.d.ts.map