import type { Region, ZaiConfig } from '../types/config.js'; export declare const PACKAGE_VERSION: string; export declare const CONFIG_DIR_NAME = ".zai/zai-cli"; export declare const CONFIG_FILE_NAME = "config.json"; export declare const LOG_DIR_NAME = "logs"; export declare const REGION_BASE_URLS: Record; export declare const DEFAULT_TIMEOUT: number; export declare const DEFAULT_CONFIG: ZaiConfig;