import { Directive } from './directive'; declare type scanDOMTreeOptions = { root: Node; element: HTMLElement; directives?: Directive[]; customArguments?: Record; }; export declare const scanDOMTree: (options: scanDOMTreeOptions) => { paths: string[]; update: (key?: string | undefined) => void; }; export {}; //# sourceMappingURL=dom.d.ts.map