declare class NavigationInfo { target: null | string; constructor(target: null | string); } export { NavigationInfo };