declare module '@rocket.chat/ui-contexts' {
    // eslint-disable-next-line @typescript-eslint/naming-convention
    interface ServerMethods {
        unfollowMessage(message: { mid: IMessage['_id'] }): false | undefined;
    }