export declare function isVitestRuntime(): boolean; /** * Unit/integration tests should not hit real LLM/BGE services by default. * Set KIVO_ENABLE_REAL_MODELS_IN_TEST=1 to opt back into the real path. */ export declare function shouldBypassExternalModelsInTests(): boolean; //# sourceMappingURL=test-runtime.d.ts.map