import { RunTaskNowInput } from './types'; export declare const runTaskNow: ({ nodeAddress, token, taskId, }: RunTaskNowInput) => Promise;