import { EntityProperty } from './entity-metadata'; import { StructuralObject } from './entity-aspect'; /** @hidden @internal */ export declare function defaultPropertyInterceptor(this: StructuralObject, property: EntityProperty, newValue: any, rawAccessorFn: Function): void;