import type { CheckResult, DoctorContext } from '../types.js'; export declare function checkChannelPairingPending(ctx: DoctorContext): Promise;