import type { AppTools, CliPluginFuture } from '@modern-js/app-tools'; import './types'; export declare const statePlugin: () => CliPluginFuture>; export default statePlugin;