UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

5 lines (4 loc) 326 B
import type { ChannelId } from "../../channels/plugins/types.js"; export declare function normalizeChannelTargetInput(raw: string): string; export declare function normalizeTargetForProvider(provider: string, raw?: string): string | undefined; export declare function buildTargetResolverSignature(channel: ChannelId): string;