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