import type { ParsedObject } from './types'; export declare function fromXML(xml: string): ParsedObject | undefined; export declare function toXML(obj: ParsedObject): string | undefined;