import * as Xmldom from '@xmldom/xmldom'; export declare const xmldom: typeof Xmldom; export declare const document: Xmldom.Document; export declare const xpath: { currentDocument: Xmldom.Document; evaluate: any; result: any; createNSResolver: any; };