3 lines
161 B
TypeScript
3 lines
161 B
TypeScript
|
|
import type { OpencodeClient } from "@opencode-ai/sdk";
|
||
|
|
export declare function loadAgentProfileColors(client: OpencodeClient): Promise<Record<string, string>>;
|