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