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