import type { PairingChannel } from "./pairing-store.js";
export declare function resolvePairingIdLabel(channel: PairingChannel): string;
