export { Package, probeOle } from './archive.js'; export { getU16, getU32, readOleStream } from './binary.js'; export { CompoundFile, hasOleMagic, OLE_MAGIC_BYTES } from './cfb.js'; export { detectOleDoc, detectZipDoc, type OleDocKind, type ZipDocKind, } from './detect.js'; export { type MimeHeader, type MimePart, mimeAttachments, mimeHeader, mimeTextHtml, mimeTextPlain, parseMime, walkMimeParts, } from './mime.js'; export { decodeFragment, resolve, type Target } from './path.js'; export { type Relationship, Relationships, type RelTarget, readRels, relsPartFor, relTargetBytes, relType, type TargetMode, } from './relationships.js'; export { type Attr, Element, normalizeOoxmlUri, normalizeStarOfficeUri, ns, parseXml, type XmlNode, } from './xml.js';