import type { Context, Next } from 'hono'; export declare function telemetryMiddleware(): (ctx: Context, next: Next) => Promise; //# sourceMappingURL=telemetry-middleware.d.ts.map