export declare namespace Label { enum Status { ENABLED = "ENABLED", REMOVED = "REMOVED", UNKNOWN = "UNKNOWN" } enum Type { TextLabel = "TextLabel" } }