import { Services } from '../types'; import { Stats } from './types'; export declare function statsWorker(services: Services): Promise; export declare function getStats(services: Services): Promise;