/** * keepAlive页面回到初始页面时刷新操作 * @param refresh 刷新函数 */ export declare const useKeepAliveRefresh: (refresh: () => void) => void;