export type Bot = any; // FIXME: import from bottender export type RouteConfig = { path?: string; };