import lagrangeMapper from './lagrange-mapping'; import type * as Lagrange from './type'; class Impl { @lagrangeMapper.onPrivateUser({ user_id: 1193466151 }) async handleJinhui(message: Lagrange.PrivateMessage) { } }