export declare const ALLOWED_SECTIONS: readonly ["Current Objective", "Current State", "Accepted Decisions", "Constraints", "Open Questions / Blockers", "Next Best Actions", "Canonical References", "Previous Summary"]; export declare const FORBIDDEN_PATTERNS: readonly ["full chat transcript", "repeated repo explanation", "long log output", "tool output dump", "dead-end exploration", "duplicated documentation", "large code block"]; export declare const SIZE_BUDGET: { readonly targetMinWords: 300; readonly targetMaxWords: 1200; readonly hardCapTokens: 4000; readonly charsPerToken: 4; }; export declare const SUBAGENT_FORBIDDEN_FIELDS: readonly ["fullMemory", "fullSessionSummary", "fullEventHistory", "unrelatedArtifacts"]; //# sourceMappingURL=memory-content-rules.d.ts.map