///
// MEMORIO TYPE ENTRY POINT
// Re-exports the named module declarations from ./types/exports so that
// `import { state } from 'memorio'` (and default import) resolve correctly.
// The ambient global declarations (state, memorio, observer, ...) still live
// in ./types/*.d.ts and are loaded via the references below.
///
///
///
///
///
///
///
///
export * from './types/exports'
export { default } from './types/exports'