export { applyAttr, applyProp, attributes, createAttributeMap } from './attributes'; export { alignWithDOM, alwaysDiffAttributes, close, createPatchInner, createPatchOuter, currentElement, currentContext, currentPointer, open, patchInner as patch, patchInner, patchOuter, skip, skipNode, tryGetCurrentElement } from './core'; export { setKeyAttributeName } from './global'; export { clearCache, getKey, importNode, isDataInitialized } from './node_data'; export { notifications } from './notifications'; export { symbols } from './symbols'; export { applyAttrs, applyStatics, attr, elementClose, elementOpen, elementOpenEnd, elementOpenStart, elementVoid, key, text } from './virtual_elements'; export * from './types';