export declare const DISCARD_TOOL_SPEC = "Discards tool outputs from context.\n\n## The Prunable List\nA `` list shows available IDs. Format: `ID: tool, parameter`. Only use IDs from this list.\n\n## When to Use\n- Noise: Irrelevant or superseded outputs\n- Task done: No valuable info to preserve\n\n## When NOT to Use\n- Output contains useful info you'll need later\n- You plan to edit the file\n\n## Format\n- `ids`: Array of numeric ID strings from ``\n\n## Example\n[Uses discard with ids: [\"5\", \"20\", \"21\"]]"; //# sourceMappingURL=discard-tool-spec.d.ts.map