export declare enum TicketRequestType {
    WARRANTY = "Warranty",
    REFUND = "Refund",
    TEST_DRIVE = "Test Drive",
    CAR_VIEWING = "Car Viewing",
    COMPLAINT = "Complaint",
    SUPPORT = "Support",
    OTHER = "Other"
}
export declare enum TicketStatusType {
    OPEN = "Open",
    IN_PROGRESS = "In Progress",
    RESOLVED = "Resolved",
    CLOSED = "Closed"
}
