import type { RouterDefinition } from './index'; export type NormalRouterOptions = {}; export declare const normal: RouterDefinition;