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