/** Must match CAPGO_API_DEFAULT_VERSION until a newer version is intentionally adopted. */
export declare const CAPGO_CLI_API_VERSION = "2025-10-01";
export declare function setCurrentCliCommand(command: string): void;
export declare function getCurrentCliCommand(): string;
/**
 * Build Capgo API request headers that identify this CLI invocation.
 * Does not invent an API key — callers merge Authorization/capgkey when available.
 */
export declare function buildCliRequestHeaders(extra?: Record<string, string>): Record<string, string>;
