/** * * ```ts * @Update() * set myProperty() { * ... * } * ``` * * @public */ export declare function Update(): PropertyDecorator; //# sourceMappingURL=UpdateDecorator.d.ts.map