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