import { DictDeepActionKeyWayType } from "../../types"; export default function getDeepValue(dict: { [key: string]: any; }, keyWay: DictDeepActionKeyWayType): any;