UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

4 lines (3 loc) 246 B
import type { ChannelOnboardingAdapter } from "../onboarding-types.js"; export declare function normalizeSignalAccountInput(value: string | null | undefined): string | null; export declare const signalOnboardingAdapter: ChannelOnboardingAdapter;