/** * Параметры страницы {@link Router.pushPage} {@link pushPage} */ export declare type PageParams = { [key: string]: string }; /** * @ignore */ export declare type HistoryUpdateType = 'PUSH' | 'REPLACE' | 'MOVE';