/** * Decorate a field as a model relation * * @param constructor * @constructor */ export declare const ObjectField: (constructor?: new (...params: any[]) => any) => ((value: undefined, context: ClassFieldDecoratorContext) => void); //# sourceMappingURL=ObjectField.d.ts.map