import { DictDeepActionKeyWayType } from "../../types"; export default function setDeepValue(dict: { [key: string]: any; }, value: any, options: { keysWay: DictDeepActionKeyWayType; }): { [key: string]: any; };