export declare const AGENTS_START_MARKER = ""; export declare const AGENTS_END_MARKER = ""; export declare const LEGACY_AGENTS_TITLE = "# Persona Harness Agent Instructions"; export declare const LEGACY_IMPLEMENT_COMMAND = "npx ph workflow implement"; export declare const LEGACY_FINISH_COMMAND = "npx ph workflow finish implement"; export declare function backendAgentInstructions(): string; export declare function managedBackendAgentInstructions(): string; export declare function repairManagedBackendAgentInstructions(existing: string): string;