/** * Decorate a field with primitive format: String, Number, Boolean * * @param prototype {Function} * @constructor */ export declare const Field: (prototype: (...params: any[]) => any) => ((value: undefined, context: ClassFieldDecoratorContext) => void); //# sourceMappingURL=Field.d.ts.map