export default function getValueAtPath(data: any, path: ReadonlyArray<string | number>): any;
