export declare class Router { routes: any; constructor(); handleRouteChange(): void; addRoute(path: string, action: any): void; push(path: string): void; }