export { OpcPackage } from './package.js'; export type { Relationship } from './relationships.js'; export { REL_OFFICE_DOCUMENT, REL_CORE_PROPERTIES, REL_EXTENDED_PROPERTIES, } from './relationship-types.js'; export { parseCoreProperties } from './core-properties.js'; export type { CoreProperties } from './core-properties.js'; export { isOoxmlRel } from './relationship-types.js'; export { buildOpcPackage, relsPathFor } from './opc-writer.js'; export type { OpcPart, OpcPartRelationships, OpcWriteOptions } from './opc-writer.js';