import { Router } from './Router'; export declare function useInitRouter(routes: any, fallback: any): Router;