import type { Command } from "@oclif/command"; export declare function prettifiedErrors(): (target: TProto, propertyKey: keyof TProto, descriptor: PropertyDescriptor) => TypedPropertyDescriptor<(...argArray: Array) => Promise>;