import type { Publish } from "./types"; /** * Select version and tag to be released. */ export declare function selectVersionAndTag(currentVersion: string): Promise; //# sourceMappingURL=select-version.d.ts.map