export declare const getValueByPath: <T = Record<string, any>>(obj: T, path: string) => any;
