import type { AgentSubscriber } from '@ag-ui/client'; import type { ThunkDispatch, UnknownAction } from '@reduxjs/toolkit'; /** * Creates an AgentSubscriber that handles follow-up answer streaming events */ export declare const createFollowUpStrategy: (dispatch: ThunkDispatch) => AgentSubscriber;