import { type DefineComponent } from 'vue'; export type WithAgentStateProps
= P & { agentState?: Record; }; export declare const withAgentStateToolcall1: (Component: DefineComponent>) => DefineComponent; export declare const withAgentStateToolcall: (Component: DefineComponent>, subscribeKeyExtractor?: (props: P) => string | undefined) => DefineComponent;
(Component: DefineComponent>) => DefineComponent; export declare const withAgentStateToolcall: (Component: DefineComponent>, subscribeKeyExtractor?: (props: P) => string | undefined) => DefineComponent;
; export declare const withAgentStateToolcall:
(Component: DefineComponent>, subscribeKeyExtractor?: (props: P) => string | undefined) => DefineComponent;
;