import type { Plugin } from "../types";
declare const useCachePlugin: Plugin<any, any[]>;
export default useCachePlugin;
