import type { Application } from 'express-serve-static-core'; /** * Registers middleware that increments per-path request counters and exposes a /stats endpoint. * @param app The Express application to attach counters to. */ export declare const useRequestCounters: (app: Application) => void; //# sourceMappingURL=counters.d.ts.map