import {IRouter, IRouterConfig} from './common' export default function zero(config?: IRouterConfig): { router: IRouter } export * from './common'