UNPKG

recime-bot-runtime

Version:

This runtime is intended to run inside a micro-service container with platform specific integration and module interpreter.

8 lines (7 loc) 221 B
import { Provider } from './provider'; import { Bot } from '../../bot-model'; export declare class NotSupported implements Provider { private bot; constructor(bot: Bot); process(payload: any): Promise<any>; }