export declare function getNestedValue(obj: Record, key: string): {} | null | undefined;