import { Agent } from '@tomic/lib'; /** * A hook for using and adjusting the Agent in the store. */ export declare const useCurrentAgent: () => [Agent | undefined, (agent?: Agent) => void]; //# sourceMappingURL=useCurrentAgent.d.ts.map