export declare enum TaskType {
    'PICKUP' = "PICKUP",
    'DELIVERY' = "DELIVERY"
}
