export type EventDetail = {
    botId: string | null;
    currPath: string | null;
    prevPath: string | null;
};
//# sourceMappingURL=EventDetail.d.ts.map