import type { BufferRange, SyntaxSpan } from "./structured-buffer-model.js"; export declare function buildXmlSyntaxSpans(source: string, opts?: { viewport?: BufferRange | undefined; }): SyntaxSpan[]; //# sourceMappingURL=xml-syntax.d.ts.map