import type { TransformSystemOutput } from "./types.js"; export declare const PROJECT_PHILOSOPHY_MARKER = "[Persona Harness Project Philosophy]"; export declare function createProjectPhilosophyBlock(philosophy: string): string; export declare function injectProjectPhilosophy(output: TransformSystemOutput, philosophy: string): boolean;