/** * Builds Codex Guardian's policy prompt with the bundled tenant policy and any additional rules * from the user's SECURITY.md. */ export declare function createPermissionReviewInstructions(securityPolicy?: string): string; /** Codex Guardian's bundled prompt, used when the user has no global SECURITY.md policy. */ export declare const PERMISSION_REVIEW_INSTRUCTIONS: string; /** Codex Guardian's developer reminder for every review after the first. */ export declare const PERMISSION_REVIEW_FOLLOWUP_REMINDER = "Use prior reviews as context, not binding precedent. Follow the Workspace Policy. If the user explicitly approves a previously rejected action after being informed of the concrete risks, set outcome to \"allow\" unless the policy explicitly disallows user overwrites in such cases.";