/** * Same-session goal-round driver over public agent, session, and goal services. * @module @deepseek-ai/dsh-goal-round-driver */ import type { Context } from '@deepseek-ai/cordis'; export { renderGoalRoundPrompt } from './prompt.ts'; export declare const name = "goal-round-driver"; export declare const inject: string[]; /** Install automatic same-session continuation and its race fences. */ export declare function apply(ctx: Context): void; //# sourceMappingURL=index.d.ts.map