export declare enum ServingStatus { SERVING = "SERVING", NONE = "NONE", ENDED = "ENDED", PENDING = "PENDING", SUSPENDED = "SUSPENDED" }