import { Arguments } from 'yargs';
import { IBuildOptions } from '../../Changelog.js';
declare const _default: {
    command: string;
    alias: string;
    desc: string;
    showInHelp: boolean;
    builder: {
        bump: {
            boolean: boolean;
            description: string;
        };
        branch: {
            string: boolean;
            alias: string;
            description: string;
        };
        provider: {
            string: boolean;
            alias: string;
            description: string;
        };
        output: {
            string: boolean;
            alias: string;
            description: string;
        };
    };
    handler: (options: Arguments<IBuildOptions>) => Promise<void>;
};
export default _default;
