import type { TaskRespondedLog } from '../abis/newtonAbi'; import type { TaskResponseResult } from '../types/task'; export declare function convertLogToTaskResponse(log: TaskRespondedLog): TaskResponseResult;