declare function gOPD( obj: O, prop: K ): PropertyDescriptor | undefined; declare const fn: typeof gOPD | undefined | null; export = fn;