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