import { Plain } from '../../utils/s'; import { App } from './app-model'; /** * Router that two-way binds the fragment (also called hash) of the URI of the current window/tab and the application * state. */ export declare class Router { private hash; static create(app: T, assignSavedState: (plain: Plain) => any): Router; /** * Constructor. * * @param app the non-transient application state */ private constructor(); } //# sourceMappingURL=router.d.ts.map