import { type EngineEntry } from '../engine-base.js'; /** * Returns the news vertical's engine list. Computed once and memoized. * * Follow-up: dynamic feed config reload requires resetting the vertical * cache (call `_resetNewsEnginesForTest()` for now). */ export declare function getNewsEngines(): EngineEntry[]; export declare function _resetNewsEnginesForTest(): void; //# sourceMappingURL=news.d.ts.map