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