export interface PluginXmlOptions { xmlSelfClosingSpace?: boolean; xmlWhitespaceSensitivity?: "strict" | "preserve" | "ignore"; xmlSortAttributesByKey?: boolean; xmlQuoteAttributes?: "preserve" | "single" | "double"; }