import type { JsonEL } from "./jsonEL"; export declare const wrapXML: (el: JsonEL, inner: string) => string; export declare const outerXML: (el: JsonEL, withControlEl?: boolean) => string; export declare const innerXML: (el: JsonEL, withControlEl?: boolean) => string;