export default function xmlToDita(xmlString: string): Promise<string>;
