/** * Remove error notice that could be confusing for users. This error is thrown when we reject saving in the validation middleware. * For example: Saving failed. Error: Content validation failed. */ export declare const useRemoveSavingFailedNotices: () => void;