import { RouterActionsType, RouterState } from '../router-store/types'; /** * Utility hook for accessing the public router store * * Note that this should eventually filter out private state / actions */ export declare const useRouter: () => [RouterState, RouterActionsType];