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