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