declare const metricsHelper: {
    wrapTimer: (EventEmitter: any, string: any, object: any) => (any: any) => any;
};
export default metricsHelper;
