export declare function initAgentInstructions(options: { initCommand: string; }): string; export declare function initAgentDevHandoff(options: { projectPath: string; devCommand: string; }): string;