import { ContentTypesXml } from '../../mod.js'; import { Archive } from '../classes/Archive.js'; import { UnhandledXmlFile } from '../classes/XmlFile.js'; import { CommentsXml } from './CommentsXml.js'; import { CustomPropertiesXml } from './CustomPropertiesXml.js'; import { DocumentXml } from './DocumentXml.js'; import { HeaderXml } from './HeaderFooterXml.js'; import { NumberingXml } from './NumberingXml.js'; import { RelationshipMeta } from './RelationshipsXml.js'; import { SettingsXml } from './SettingsXml.js'; import { StylesXml } from './StylesXml.js'; import { CorePropertiesXml } from './wip/CorePropertiesXml.js'; import { ThemeXml } from './ThemeXml.js'; /** * @deprecated This is probably not the best way to instantiate new classes. Should be looking at * the content type instead. */ export declare function castRelationshipToClass(archive: Archive, contentTypes: ContentTypesXml, meta: Pick): Promise | Promise | Promise | Promise | Promise | Promise | Promise | Promise | Promise | Promise;