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