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