DeclarationCopyimport type { Declaration } from "https://raw.githubusercontent.com/olaven/serialize-xml/v0.3.2/mod.ts";Represents an XML declaration. interface Declaration {attributes: [string, string][];}§Properties§attributes: [string, string][][src]