export class Harvester { constructor(agentRef: any); initializedAggregates: any[]; agentRef: any; obfuscator: Obfuscator; startTimer(harvestInterval?: any): void; /** * Given a feature (aggregate), execute a harvest on-demand. * @param {object} aggregateInst * @param {object} localOpts * @returns {boolean} True if 1+ network call was made. Note that this does not mean or guarantee that it was successful (or that all were in the case of more than 1). */ triggerHarvestFor(aggregateInst: object, localOpts?: object): boolean; #private; } import { Obfuscator } from '../util/obfuscate'; //# sourceMappingURL=harvester.d.ts.map