export interface IPOSystem { getSalesRecords(startDate: Date, endDate: Date): Promise; }