import { QueryKey } from "@tanstack/query-core"; //#region src/query/utils.d.ts declare function hashFn(queryKey: QueryKey): string; //#endregion export { hashFn }; //# sourceMappingURL=utils.d.ts.map