import { IDom } from '../../typings/node'; export declare const createXML: (dom?: IDom | null | undefined) => string;