import type { QueryKey } from '@tanstack/react-query'; export declare const parseQueryKey: (queryKeyString: string) => QueryKey;