export declare function useRouterPush(inSetup?: boolean): { to: (path: string) => void; toLogin: () => void; toLogout: () => void; toAside: () => void; toLogo: () => void; };