import type { ScannerId } from "./types.js"; /** Returns the built-in source scanner id for one retained-context key when known. */ export declare function inferBuiltInSourceScannerId(contextKey: string): ScannerId | undefined; //# sourceMappingURL=context-source-mapping.d.ts.map