import { adaptError, isBlackoutErrorType, toBlackoutError } from './formatError.js'; import { configApiBlackAndWhite } from './configs.js'; import { HttpHeaders } from './httpHeaders.js'; export { configApiBlackAndWhite, HttpHeaders, isBlackoutErrorType, toBlackoutError, adaptError, }; export { default } from './axiosInstance.js';