import type { IDisposable } from "@surface/core"; import type DirectiveEntry from "./directive-entry.js"; type Activator = (parent: Node, host: Node, scope: object, directives: Map) => IDisposable; export default Activator;