import { CreateRouterPluginOptions, RouterPlugin, PluginRouteHooks } from '../types/routerPlugin'; import { Rejections } from '../types/rejection'; import { Routes } from '../types/route'; export declare function createRouterPlugin(plugin: CreateRouterPluginOptions): RouterPlugin & PluginRouteHooks;