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