/**
* To solve index path bug please read this for more detail.
* https://stackoverflow.com/questions/6393943/convert-javascript-string-in-dot-notation-into-an-object-reference
*/declareconstindexPath: (obj?: {}, path?: string) =>any;
exportdefault indexPath;