export declare const PORT_IN_USE: import("../types.js").RegisteredError; export declare const SERVER_START_ERROR: import("../types.js").RegisteredError; export declare const CACHE_ERROR: import("../types.js").RegisteredError; export declare const FILE_WATCH_ERROR: import("../types.js").RegisteredError; export declare const REQUEST_ERROR: import("../types.js").RegisteredError; export declare const SERVICE_OVERLOADED: import("../types.js").RegisteredError; export declare const PROJECT_EXECUTION_UNAVAILABLE: import("../types.js").RegisteredError; export declare const SEMAPHORE_TIMEOUT: import("../types.js").RegisteredError; export declare const CIRCUIT_BREAKER_OPEN: import("../types.js").RegisteredError; export declare const CACHE_PATH_MISMATCH: import("../types.js").RegisteredError; export declare const NETWORK_ERROR: import("../types.js").RegisteredError; /** API client request/response errors (replaces VeryfrontAPIError) */ export declare const API_CLIENT_ERROR: import("../types.js").RegisteredError; /** Token storage adapter failures (replaces TokenStorageError) */ export declare const TOKEN_STORAGE_ERROR: import("../types.js").RegisteredError; /** Cache path invariant violations (replaces CacheInvariantError) */ export declare const CACHE_INVARIANT_VIOLATION: import("../types.js").RegisteredError; /** Production domain resolved but no active release found */ export declare const RELEASE_NOT_FOUND: import("../types.js").RegisteredError; /** Both primary and fallback operations failed (replaces FallbackExecutionError) */ export declare const FALLBACK_EXHAUSTED: import("../types.js").RegisteredError; /** Persisted RAG index is malformed or failed structural validation. */ export declare const RAG_STORE_CORRUPT: import("../types.js").RegisteredError; /** A persisted RAG index operation could not be completed safely. */ export declare const RAG_STORE_UNAVAILABLE: import("../types.js").RegisteredError; export declare const SOURCE_SNAPSHOT_FRESHNESS_UNAVAILABLE: import("../types.js").RegisteredError; /** Registry fragment for SERVER errors (slug → definition). */ export declare const SERVER_REGISTRY: { readonly "port-in-use": import("../types.js").RegisteredError; readonly "server-start-error": import("../types.js").RegisteredError; readonly "cache-error": import("../types.js").RegisteredError; readonly "file-watch-error": import("../types.js").RegisteredError; readonly "request-error": import("../types.js").RegisteredError; readonly "service-overloaded": import("../types.js").RegisteredError; readonly "project-execution-unavailable": import("../types.js").RegisteredError; readonly "semaphore-timeout": import("../types.js").RegisteredError; readonly "circuit-breaker-open": import("../types.js").RegisteredError; readonly "cache-path-mismatch": import("../types.js").RegisteredError; readonly "network-error": import("../types.js").RegisteredError; readonly "api-client-error": import("../types.js").RegisteredError; readonly "token-storage-error": import("../types.js").RegisteredError; readonly "cache-invariant-violation": import("../types.js").RegisteredError; readonly "release-not-found": import("../types.js").RegisteredError; readonly "fallback-exhausted": import("../types.js").RegisteredError; readonly "rag-store-corrupt": import("../types.js").RegisteredError; readonly "rag-store-unavailable": import("../types.js").RegisteredError; readonly "source-snapshot-freshness-unavailable": import("../types.js").RegisteredError; }; //# sourceMappingURL=server.d.ts.map