/** * Formats the errors into a single string. * @param errors - The errors to be formatted. * @returns The formatted errors as a string. */ export declare function formatErrors(errors: any): string;