/** * Decorate a field as a list of primitive values * * @param prototype {Function} * @constructor */ export declare const List: (prototype: (...params: any[]) => any) => ((value: undefined, context: ClassFieldDecoratorContext) => void); //# sourceMappingURL=List.d.ts.map