export declare const router: (state: any) => any;
export declare class RouterActions {
    goToUrl: (url: string) => {
        payload: string;
        type: string;
    };
}
