import { RcbBaseEvent } from "../internal/events/RcbBaseEvent";
/**
 * Defines the data available for load chat history event.
 */
export type RcbLoadChatHistoryEvent = RcbBaseEvent<{}>;
//# sourceMappingURL=RcbLoadChatHistoryEvent.d.ts.map