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