/** * `@Update` decorator, it's like NestJS `@Controller` decorator, * but for Telegram Bot API updates. */ export declare const Update: () => ClassDecorator; //# sourceMappingURL=update.decorator.d.ts.map