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