import type { Node } from '@enonic-types/lib-node'; import type { Log } from '../../types'; export declare function parseEnonicXml = Record>({ _trace, log, xmlString }: { _trace?: boolean; log: Log; xmlString: string; }): Node;