import { IWorkspace, IWorkspaceVersion } from '../interfaces'; export declare function getNextVersion(tags: string[], workspace: IWorkspace): Promise; export declare function getNextVersionsByWorkspaces(workspaces: IWorkspace[]): Promise;