import type { Config, Context } from "@/types"; /** * Writes the latest system prompt snapshot next to the session history. * Expects: ctx identifies the target agent folder; prompt is fully rendered. */ export declare function agentSystemPromptWrite(config: Config, ctx: Context, prompt: string): Promise; //# sourceMappingURL=agentSystemPromptWrite.d.ts.map