import { NestMiddleware } from '@nestjs/common';
import { NextFunction, Request, Response } from 'express';
import { OPTIONS_TYPE } from './metric-reporter.module-definition';
export declare class MetricReporterMiddleware implements NestMiddleware {
    protected readonly options: typeof OPTIONS_TYPE;
    constructor(options: typeof OPTIONS_TYPE);
    use(req: Request, res: Response, next: NextFunction): void;
}
//# sourceMappingURL=metric-reporter.middleware.d.ts.map