import { type AgentClient } from './connect-runtime.js'; export declare const TINYFISH_CLI_NOT_FOUND_MESSAGE = "TinyFish CLI installed but is not available on PATH. Open a new terminal and retry."; export declare function ensureCliAuthenticated(source: AgentClient | 'cli', apiKey?: string, opts?: { interactiveLogin?: boolean; }): void;