import { PropertyPath } from '../_internal/PropertyPath.js'; declare function propertyOf(object: T): (path: PropertyPath) => any; export { propertyOf };