import type { InteractiveCtx } from './shared.js'; export declare function runFirstTurnHookIfNeeded(ctx: InteractiveCtx, text: string): Promise;