// The published type surface: a plugin is a runtime artifact — the only thing anyone // imports from the package is the default PluginDef (the runner's discovery contract). import type { PluginDef } from "@punktfunk/host"; declare const plugin: PluginDef; export default plugin;