import { UpdateChatConfigInput } from './types'; export declare const updateJobScope: ({ nodeAddress, token, jobId, jobScope, }: UpdateChatConfigInput) => Promise;