import type { PolicyProfile } from './types.js'; export declare const SECURITY_CORE_TEMPLATES: Record; export declare const SECURITY_REMINDER = "## Final Check\nBefore completing:\n- If responding to visitor, appropriate message tool was called.\n- No [PRIVATE] content exposed to visitors.\n- All claims are grounded in provided context or tool results.\n- If unsure about any action, escalate rather than guess.\n- For critical actions, verify success before confirming."; export declare function getSecurityCore(profile?: PolicyProfile): string;