import type { KlawConfig } from "../config/types.klaw.js"; export declare function noteDevicePairingHealth(params: { cfg: KlawConfig; healthOk: boolean; }): Promise;