```ts const greetingScene = new Scene('greeting').step('message', (context) => { // Here `context` type, isn't aware of `bot.derive`s, etc. }) ```