type UseAgentStatusUpdateArgs = {
    agentId: string;
};
export declare const useAgentStatusUpdate: ({ agentId }: UseAgentStatusUpdateArgs) => import("@tanstack/react-query").UseMutationResult<void, Error, "start" | "stop", {
    previousStatus: unknown;
}>;
export {};
