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