import { PropertyDescriptor } from '../domain/descriptors'; /** * @Preview * @Experimental */ export declare function ExternalEntity(propertyDescriptor: T): PropertyDecorator;