UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

8 lines (7 loc) 269 B
import type { OpenClawConfig } from "../../config/config.js"; import type { AuthProfileStore } from "./types.js"; export declare function resolveAuthProfileDisplayLabel(params: { cfg?: OpenClawConfig; store: AuthProfileStore; profileId: string; }): string;