import type { NextRequest } from 'next/server';
import type { NextActuatorConfig } from '../types/next-actuator-config';
export declare const handleMetrics: (_: NextRequest, config: NextActuatorConfig) => Promise<Response>;
