import type { Config } from '@xopcai/xopc/config/index.js'; import type { ChannelDoctorCheckResult } from '@xopcai/xopc/channels/plugin-types.js'; export declare function runTelegramDoctorChecks(params: { cfg: Config; fetchImpl?: typeof fetch; }): Promise;