export declare function buildCLIError(message: string): Error; export declare function isCLIError(error: unknown): error is Error; //# sourceMappingURL=cli-error.d.ts.map