import { type IGenAIContextObject, type StoreContext } from "../types.js"; export declare function addContextReference(context: StoreContext, reference?: IGenAIContextObject): StoreContext; //# sourceMappingURL=addContextReference.d.ts.map