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