import { Allocation, MonitorEligibleAllocationsOptions } from './types'; import { Eventual } from '@graphprotocol/common-ts'; export declare const monitorEligibleAllocations: ({ indexer, logger: parentLogger, networkSubgraph, protocolNetwork, interval, }: MonitorEligibleAllocationsOptions) => Eventual;