declare enum LabelResultUpdateType { Sync = 0, AsyncStarted = 1, AsyncFinished = 2 } export { LabelResultUpdateType };