import { GetAgentInput } from './types'; export declare const useGetAgent: (input: GetAgentInput) => import('@tanstack/react-query').UseQueryResult;