import { GetRecurringTaskLogsInput } from './types'; export declare const getRecurringTaskLogs: ({ nodeAddress, token, recurringTaskId, }: GetRecurringTaskLogsInput) => Promise;