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