import type { PropertyKey } from '../index'; declare function GetV(O: O, P: P): P extends keyof O ? O[P] : unknown; export = GetV;