import { Rocketchat } from '@rocket.chat/sdk'; export interface IRocketChat { sdk: typeof Rocketchat; }