import type { TODO_any } from '../../utils/organization/TODO_any'; import type { FormatParser } from '../_common/FormatParser'; /** * Definition for XML format * * @private still in development [🏢] */ export declare const XmlFormatParser: FormatParser;