import { UpdateAgentInJobInput } from './types'; export declare const updateAgentInJob: ({ nodeAddress, token, jobId, newAgentId, }: UpdateAgentInJobInput) => Promise;