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