/** * 获取最新 Key * 当 state 发生变更时,返回最新的唯一 Key */ export declare const useLatestKey: (state: T) => string;