export declare enum TicketStatus { Pending = "Pending", InProgress = "InProgress", Completed = "Completed", Cancelled = "Cancelled" }