import Command from '../Command'; export default class UpversionCommand extends Command { signature: string; description: string; handle(): Promise; } //# sourceMappingURL=UpversionCommand.d.ts.map