export { AstKind, AstRoot, AstChild, AstAttribute, AstAttributeComposite, ChildType, AttributeType, } from './types/AbstractSyntaxTree.js'; export declare const parseXml: (xmlString: string) => import("./types/AbstractSyntaxTree.js").AstRoot; export declare const xml: (staticSegments: TemplateStringsArray, ...dynamicSegments: T[]) => import("./types/AbstractSyntaxTree.js").AstRoot;