declare const getFromPath: (dataObject: Record, selector: (string | number)[]) => any; export default getFromPath;