import { Registry } from 'prom-client';
export declare class MetricsController {
    private readonly registry;
    constructor(registry: Registry);
    getMetrics(): Promise<string>;
}
