import { CLIBaseError } from './cliBaseError'; export declare function wrapError(err: unknown): CLIBaseError;