/** * To handle the error message body * ** * returns {string} */ export declare const errorHandler: (error: any) => string;