import type { JSDOM } from "jsdom";
export declare function formatIdeaXml(dom: JSDOM): string;
