import type { PropertyDescriptor } from "../index"; declare function FromPropertyDescriptor(Desc: PropertyDescriptor): TypedPropertyDescriptor; export = FromPropertyDescriptor;