import { ReduxHistoryItem } from '../../redux/api/types'; declare const getParentKey: (key: React.Key, tree: ReduxHistoryItem | ReduxHistoryItem[] | null | undefined) => string; export { getParentKey };