import TaskContext from "../agent/agent-context";
export declare function getPlanSystemPrompt(context: TaskContext): Promise<string>;
export declare function getPlanUserPrompt(context: TaskContext, taskPrompt: string): string;
//# sourceMappingURL=plan.d.ts.map