export interface PlanExecutePromptOptions { planExecuteEnabled?: boolean; } export declare function buildPlanExecuteSystemPrompt(options?: PlanExecutePromptOptions): string; //# sourceMappingURL=plan-execute-prompt.d.ts.map