import { HTMLAdaptor } from './HTMLAdaptor.js';
export declare function jsdomAdaptor(JSDOM: any): HTMLAdaptor<HTMLElement, Text, Document>;
