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