import { PropertyPath } from "../_internal/PropertyPath.mjs"; //#region src/compat/object/property.d.ts declare function property(path: PropertyPath): (obj: T) => R; //#endregion export { property };