declare const _default: {
    command: string;
    description: string;
    builder: {};
    handler(argv: any): void;
};
export default _default;
