export declare enum PickingOrderPaymentStatus { AWAITING_PROCCESSING = "awaitingProcessing", SETTLED = "settled" }