import type { Context } from 'koishi';
import type { OpenMetricsContentType, Registry } from 'prom-client';
import type { Config } from '../common';
export declare const channels: (ctx: Context, config: Config, register: Registry<OpenMetricsContentType>) => void;