declare function GetV( V: T, P: K, ): T[K]; declare function GetV( V: T, P: PropertyKey, ): unknown; export = GetV;