import { Provider } from '@nestjs/common';
import { StatsD } from 'hot-shots';
export declare const StatsDProvider: Provider<StatsD>;
