import type { GlobalOptions } from '@boost/cli';
import { Command } from '@boost/cli';
declare type VersionParams = [string];
export default class GreaterVersionCommand extends Command<GlobalOptions, VersionParams> {
    run(firstVersion: string, ...otherVersions: string[]): string;
}
export {};
//# sourceMappingURL=GreaterVersionCommand.d.ts.map