import { type DrizzleTransaction } from "../../drizzle.js"; /** Builds the immutable bounded channel prompt stored with one addressed agent turn. */ export declare function agentTurnPrompt(tx: DrizzleTransaction, input: { agentUserId: string; chatId: string; currentSequence: number; directText?: string; }): Promise; //# sourceMappingURL=agentTurnPrompt.d.ts.map