export declare const extractObjectValueFromNestedObject: (object: { [key: string]: any; }, str: string) => { [key: string]: any; } | undefined;