export declare class CliError extends Error { __proto__: ErrorConstructor; type: string; constructor(message: string, type: string); } //# sourceMappingURL=cli-error.d.ts.map