export declare class CliError extends Error { type: string; constructor(error?: string); }