UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

7 lines (6 loc) 189 B
import type { PairingChannel } from "./pairing-store.js"; export declare function buildPairingReply(params: { channel: PairingChannel; idLine: string; code: string; }): string;