import type { InjectionKey } from 'vue'; import type { AppCache } from '../types'; export declare const VaAppCachePluginKey: InjectionKey; /** Creates color css variables and reactively updates on ColorConfig changes. */ export declare const CachePlugin: import("../../vue-plugin/types").VuesticPluginFabric<[]>;