import AitmedError, { translateErrorCode } from './AitmedError'; import * as ErrorTypes from './types'; export default AitmedError; export { translateErrorCode, ErrorTypes };