/**
 * Formats an error message for CLI output
 */
export declare function formatCliError(error: Error): string;
