declare const _default: {
    command: string;
    desc: string;
    handler: (argv: any) => void;
};
export = _default;
