import { UseRequestPlugin } from '../types';
declare const useAutoRunPlugin: UseRequestPlugin<unknown, unknown[]>;
export default useAutoRunPlugin;
