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