import { Workspace } from '@navch/cli-utils'; import { Args } from './types'; export declare function readNextVersion(ws: Workspace, args: Args): Promise; //# sourceMappingURL=read-next-version.d.ts.map