/** The auto-mode classifier SYSTEM prompt shell (CC 2.1.207 `auto_mode_system_prompt`). Contains two * assembly placeholders consumed by `buildAutoModePrompt`: `` (replaced by the * permissions document) and `` (replaced with "" — the 206/207 default). */ export declare const AUTO_MODE_BASE_PROMPT: string; /** The external permissions document (CC 2.1.207 `permissions_external`). Four PAIRED placeholder * tags wrap the DEFAULT rule sets (environment / hard deny / soft deny / allow) and one UNPAIRED tag * (``) marks the settings-plane deny injection point — all consumed by * `buildAutoModePrompt` with the CC-exact merge semantics (user rules REPLACE the defaults; the * `"$defaults"` sentinel splices the default set back in at its position). */ export declare const AUTO_MODE_PERMISSIONS_EXTERNAL: string; //# sourceMappingURL=auto-mode-prompt-assets.d.ts.map