import { QueryCache } from "@pastweb/tools"; //#region src/api/constants.d.ts /** * React context used by {@link ApiQueryProvider} and {@link useApiQueryCache} * to expose a tools `QueryCache` to React components. */ declare const API_QUERY_CONTEXT: import("react").Context; //#endregion export { API_QUERY_CONTEXT }; //# sourceMappingURL=constants.d.cts.map