UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

7 lines (6 loc) 267 B
import type { LegacyConfigIssue } from "./types.js"; export declare function findLegacyConfigIssues(raw: unknown): LegacyConfigIssue[]; export declare function applyLegacyMigrations(raw: unknown): { next: Record<string, unknown> | null; changes: string[]; };