import { Router } from './index';
export interface NormalRouterOptions {
}
export declare const normal: Router.Definition<NormalRouterOptions>;
