import type { QueryKey } from '@tanstack/query-core';
export declare function hashFn(queryKey: QueryKey): string;
