export { areAliased } from './areAliased'; export { isYjsProxy } from './cache'; export { YjsProxyError } from './error/YjsProxyError'; export { isMarkedAsJs, markAsJs } from './markAsJs'; export { toYjs } from './toYjs'; export { toYjsProxy } from './toYjsProxy'; export type { StringKeyedObject, YjsProxiableValue } from './types'; export { unwrapYjs } from './unwrapYjs'; export { type AutoModeOptions, type ManualModeContext, type ManualModeOptions, type TransactionMode, withYjsProxy, } from './withYjsProxy'; export { yjsWrapperToJson } from './yjsWrapperToJson';