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