export declare enum StoreType { PICKUP_ONLY = "01", PICKUP_AND_RETURN = "02", RETURN_ONLY = "03" }