import type { Cache } from '../Cache'; import type { UFiberRef } from '@principia/base/FiberRef'; export declare class QueryContext { readonly cache: Cache; readonly cachingEnabled: UFiberRef; constructor(cache: Cache, cachingEnabled: UFiberRef); } //# sourceMappingURL=QueryContext.d.ts.map