UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

6 lines (5 loc) 290 B
import type { TelegramNetworkConfig } from "../config/types.telegram.js"; export declare function resolveTelegramFetch(proxyFetch?: typeof fetch, options?: { network?: TelegramNetworkConfig; }): typeof fetch | undefined; export declare function resetTelegramFetchStateForTests(): void;