/** * Colors the first line of error message red, and colors all links in following lines cyan. */ export declare function formatError(error: unknown): string;