export declare class ParkingLotEvent { franchiseeNumber: string; lotId: string; timeStamp: Date; }