export declare const setCacheQuery: (cacheKey: string, query: Promise) => void; export declare const getCacheQuery: (cacheKey: string) => Promise | undefined; export declare const clearCacheQuery: (cacheKey?: string | undefined) => void;