import type { AgentPlugin } from "../runtime/plugin-types.js"; declare const spawn: () => AgentPlugin; export default spawn;