/** * * 为解决history是生命周期之后才生成 * @param history */ declare const registeredHistory: (history: any) => void; export { registeredHistory, };