import type { ContextProvider } from "../types.js"; /** * Generic scanner-context provider. * * Resolves retained context emitted by a source scanner. In v1 each * context-producing scanner exposes exactly one primary retained output, * so the source scanner name alone is enough to address it. */ export declare const scannerContextProvider: ContextProvider; //# sourceMappingURL=scanner-context.provider.d.ts.map