3 lines
144 B
TypeScript
3 lines
144 B
TypeScript
|
|
import type { PluginInput } from "@opencode-ai/plugin";
|
||
|
|
export declare function showModelCacheWarningIfNeeded(ctx: PluginInput): Promise<void>;
|