declare class MetricsService {
    readonly produce: any;
    readonly consume: any;
    constructor();
}
export default MetricsService;
