import { BmbyEntity } from "./BmbyEntity"; export declare class TimeLineEvent extends BmbyEntity { constructor(); eventId: string; type: string; time: Date; title: string; phone: string; actionTitle: string; description: string; isAutomaticEvent: boolean; done: boolean; dismissed: boolean; userId: number; customerId: string; agencyId: string; relatedEntityId: string; }