export declare enum OrderStatuses { Capturing = 0, FinishedCapturing = 1, Waiting = 2, NotFound = 3, Aborted = 4 }