import { HistoryFunction } from './types'; declare const History: HistoryFunction; /** * historyBack 历史回退 * @param history {History} * @param routePath {string} */ export default History;