import { PropertyPath } from '../_internal/PropertyPath.js'; declare function property(path: PropertyPath): (obj: T) => R; export { property };