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