export declare function reportError(error: Error, title: string): void; /** * Extracts error messages from a given error response object. * If fieldErrors are present, it extracts the error messages from each field. * Otherwise, it returns the top-level error message. * * @param {object} errorObject - The error response object. * @returns {string[]} An array of error messages. */ export declare function extractErrorMessagesFromResponse(errorObject: any): any; //# sourceMappingURL=error-utils.d.ts.map