/** * BRO XML namespace definitions * * Centralizes all namespace URIs and prefixes used in BRO documents. */ import type { Namespaces } from "./types/index.js"; /** * Standard BRO namespace URIs */ export declare const BRO_NAMESPACES: Namespaces; /** * List of known BRO namespace prefixes * Used by NodeXMLAdapter for pre-populating the xpath library's namespace map */ export declare const KNOWN_BRO_PREFIXES: ReadonlyArray; //# sourceMappingURL=namespaces.d.ts.map