UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

4 lines (3 loc) 258 B
import { type RuntimeEnv } from "../runtime.js"; import { waitForWaConnection } from "./session.js"; export declare function loginWeb(verbose: boolean, waitForConnection?: typeof waitForWaConnection, runtime?: RuntimeEnv, accountId?: string): Promise<void>;