UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

9 lines (8 loc) 378 B
import type { OpenClawConfig } from "../../config/config.js"; import type { ChannelPlugin } from "./types.js"; export declare function resolveChannelDefaultAccountId<ResolvedAccount>(params: { plugin: ChannelPlugin<ResolvedAccount>; cfg: OpenClawConfig; accountIds?: string[]; }): string; export declare function formatPairingApproveHint(channelId: string): string;