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