export declare class StatsUtil { static getMaxQueryTimeForChannel(channelSysId?: string): number; static getMaxRoutingTimeForQueue(queueSysId?: string): number; static getMeanQueryTimeForChannel(channelSysId?: string): number; static getMeanRoutingTimeForQueue(queueSysId?: string): number; static getMedianQueryTimeForChannel(channelSysId?: string): number; static getMedianRoutingTimeForQueue(queueSysId?: string): number; static getMinQueryTimeForChannel(channelSysId?: string): number; static getMinRoutingTimeForQueue(queueSysId?: string): number; static getResponderTypes(): string[]; static getTotalOnChangeCountForChannelAndResponder(serviceChannelSysId?: string, responderType?: string): number; static getTotalOnEntryCountForChannelAndResponder(serviceChannelSysId?: string, responderType?: string): number; static getTotalOnExitCountForChannelAndResponder(serviceChannelSysId?: string, responderType?: string): number; static getTotalQueryCountForChannel(channelSysId?: string): number; static getTotalRoutingCountForQueue(queueSysId?: string): number; static getWorkloadRecalculateProcessingTime(): string[]; static resetChannelQueryStats(): void; static resetQueryRoutingStats(): void; static resetRecordWatcherStats(): void; } //# sourceMappingURL=StatsUtil.d.ts.map