import type { Plugin } from '../types'; declare const useCachePlugin: Plugin; export default useCachePlugin;