export declare class CLIError extends Error {
    code?: string | undefined;
    constructor(message: string, code?: string | undefined);
}
export declare function handleError(error: any, options?: any): void;
export declare function wrapCommand(fn: Function): (...args: any[]) => Promise<void>;
//# sourceMappingURL=error.d.ts.map