export declare const useCache: () => import("@directus/memory").Cache;
export declare function clearCache(): Promise<void>;
