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