/** * @description: 上云退出动作缓存清理以及地址重定向 * @author: Dxy * @Date: 2022-01-24 18:50:10 * @param {*} * @return {*} */ export declare const logoutCleanupAndRedirect: (forwardUrl?: string) => void; export declare const cleanUpAction: () => void; export declare const redirectAction: (forwardUrl?: string) => void;