import { ProcessNode } from "../renderable/rating/ProcessNode"; import { IEvent } from "../api/IEvent"; export declare class EventFactory { channelId?: string; constructor(channelId?: string); getRatingEvent(nodeToBeRated: ProcessNode, score: string, attributes: object): IEvent; }