UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

4 lines (3 loc) 216 B
import type { ReplyPayload } from "../types.js"; import type { HandleCommandsParams } from "./commands-types.js"; export declare function buildExportSessionReply(params: HandleCommandsParams): Promise<ReplyPayload>;