import { Dictionary } from "./main";
type ObjKey = string | number;
export declare function hasIn(path: ObjKey[], dict: Dictionary): boolean;
export declare function hasIn(path: ObjKey[]): (dict: Dictionary) => boolean;
export {};
