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