import { __decorate } from "tslib"; let B = class B { #remote: Service; }; B = __decorate([Service()], B); export { B };