import type { VEditor } from '../virgo.js'; import type { BaseTextAttributes } from './base-attributes.js'; export declare function findDocumentOrShadowRoot(editor: VEditor): Document; export declare function getVEditorInsideRoot(element: Element): VEditor; //# sourceMappingURL=query.d.ts.map