/** * DeepSeek Provider Plugin * * Registers the DeepSeek provider with hardened error handling for: * - Network failures (premature close, connection reset) * - Stream errors (gunzip, decompression failures) * - Rate limiting with exponential backoff * - Circuit breaker for cascading failure prevention */ export declare function registerDeepSeekProviderPlugin(): void; //# sourceMappingURL=index.d.ts.map