import type { KlawConfig } from "../config/types.klaw.js"; import type { PairingChannel } from "../pairing/pairing-store.types.js"; export declare function hasConfiguredCommandOwners(cfg: KlawConfig): boolean; export declare function formatCommandOwnerFromChannelSender(params: { channel: PairingChannel; id: string; }): string | null; export declare function noteCommandOwnerHealth(cfg: KlawConfig): void;