import type { ErrorHandlingParams } from '../types/types.js'; export default function formatErrorMessage(params: ErrorHandlingParams): string;