export declare class NavigateEvent extends Event { constructor(); } export declare function onNavigated(hook: (event: NavigateEvent) => any): void;