export declare const CLI_VERSION: string; /** One id per CLI process; joins events across commands (PF-3779). */ export declare const CLI_INVOCATION_ID: string; /** Unversioned: the install site appends `@latest`, the version read must not. */ export declare const TINYFISH_CLI_PACKAGE = "@tiny-fish/cli"; export declare const CLI_AGENT_IDENTITY = "tinyfish-cli"; /** Names the bundled dir, every install target dir, and the lock entry. */ export declare const WEB_SKILL_NAME = "use-tinyfish"; /** The descriptor hands this name to harnesses; the probes resolve it. */ export declare const TINYFISH_API_KEY_VAR = "TINYFISH_API_KEY"; export declare const TINYFISH_ACCESS_MODE_HEADER = "X-TinyFish-Access-Mode"; export declare const TINYFISH_KEYLESS_ACCESS_MODE = "keyless"; export declare const BASE_URL: string; export declare const API_URL_OVERRIDE: string | undefined; /** URL where users can create and manage API keys */ export declare function getDashboardUrl(source?: string): string; export declare const DASHBOARD_URL: string; export declare const HARNESS_PROBE_TIMEOUT_MS = 15000; /** Hermes' own id for the TinyFish web plugin. */ export declare const HERMES_PLUGIN_NAME = "tinyfish";