declare function getNestedValue(data: unknown, dataDotPath: string, defaultValue: T): T | undefined; export { getNestedValue };