import { IDOMHandlerResult } from "../dom-handler/i-dom-handler-result"; export interface IDOMNodeHandlerResult extends IDOMHandlerResult { }