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