export declare const PROCESS_ENV_KEYS: { readonly nodeEnv: "NODE_ENV"; readonly ci: "CI"; readonly vitest: "VITEST"; readonly vitestWorkerId: "VITEST_WORKER_ID"; readonly renounDebug: "RENOUN_DEBUG"; readonly renounDebugAbsPath: "RENOUN_DEBUG_ABS_PATH"; readonly renounDebugPackagePath: "RENOUN_DEBUG_PACKAGE_PATH"; readonly renounDebugDirectorySnapshotRestore: "RENOUN_DEBUG_DIRECTORY_SNAPSHOT_RESTORE"; readonly renounDebugRestoredScope: "RENOUN_DEBUG_RESTORED_SCOPE"; readonly renounServerId: "RENOUN_SERVER_ID"; readonly renounServerPort: "RENOUN_SERVER_PORT"; readonly renounServerHost: "RENOUN_SERVER_HOST"; readonly renounServerClientRpcCache: "RENOUN_SERVER_CLIENT_RPC_CACHE"; readonly renounServerClientRpcCacheTtlMs: "RENOUN_SERVER_CLIENT_RPC_CACHE_TTL_MS"; readonly renounServerClientRefreshNotifications: "RENOUN_SERVER_CLIENT_REFRESH_NOTIFICATIONS"; readonly renounServerRefreshNotifications: "RENOUN_SERVER_REFRESH_NOTIFICATIONS"; readonly renounServerRefreshNotificationsEffective: "RENOUN_SERVER_REFRESH_NOTIFICATIONS_EFFECTIVE"; readonly renounAnalysisWatchers: "RENOUN_ANALYSIS_WATCHERS"; readonly renounAnalysisClientRpcCache: "RENOUN_ANALYSIS_CLIENT_RPC_CACHE"; readonly renounAnalysisClientRpcCacheTtlMs: "RENOUN_ANALYSIS_CLIENT_RPC_CACHE_TTL_MS"; readonly renounAnalysisRefreshNotifications: "RENOUN_ANALYSIS_REFRESH_NOTIFICATIONS"; readonly renounPrewarmWorkerPayload: "RENOUN_PREWARM_WORKER_PAYLOAD"; readonly githubSponsorsToken: "GITHUB_SPONSORS_TOKEN"; readonly renounBuildProfile: "RENOUN_BUILD_PROFILE"; readonly renounBuildProfileFile: "RENOUN_BUILD_PROFILE_FILE"; };