import moment from 'moment'; import * as mongodb from 'mongodb'; export declare class UpdateStats { from: moment.MomentFormatSpecification; to: moment.MomentFormatSpecification; db: mongodb.Db; client: mongodb.MongoClient; constructor(); run(config: any, cb: any): any; updateStats(cb: any): void; _updateNewWallets(cb: any): Promise; _updateFiatRates(cb: any): Promise; lastRun(coll: any): Promise; _updateTxProposals(cb: any): Promise; } //# sourceMappingURL=updatestats.d.ts.map