export declare enum RetailCheckInValidationTypes { CHECK_IN = "checkIn", CHECK_OUT = "checkOut" }