type TopAnchorTurnMessage = { readonly id: string; readonly role: string; }; export declare const getActiveTopAnchorTurn: ({ isRunning, messages, }: { readonly isRunning: boolean; readonly messages: readonly TopAnchorTurnMessage[]; }) => { anchorId: string; targetId: string; } | null; export declare const getActiveTopAnchorAnchorId: (options: Parameters[0]) => string | undefined; export declare const getActiveTopAnchorTargetId: (options: Parameters[0]) => string | undefined; export {}; //# sourceMappingURL=topAnchorTurn.d.ts.map