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