export default function getFromPath(obj: Record<string | number, any>, path?: string | string[], defaultValue?: unknown): unknown;
