import AdminJS from './types/src/index.js'

import { ReduxState } from './types/src/frontend/store/store.js'

export * from './types/src/index.js'

export {
  AdminJS,
  ReduxState,
}

export default AdminJS

declare const REDUX_STATE: ReduxState
