import type { Dict } from '../type'; declare const get: (obj: Dict, path: string | string[], defaultValue?: any) => any; export default get;