export declare enum Role {
    USER = "user",
    ADMIN = "admin",
    EMPLOYEE = "employee"
}
export declare enum Gender {
    MALE = "Male",
    FEMALE = "Female",
    OTHER = "Other"
}
export declare enum SendVia {
    SYSTEM = "system",
    PERSONAL = "personal"
}
export declare enum DeviceType {
    WEB = "Web",
    MOBILE = "mobile"
}
export declare enum OtpAction {
    VERIFY_PHONE_NUMBER = "VERIFY_PHONE_NUMBER",
    VERIFY_EMAIL = "VERIFY_EMAIL"
}
export declare enum OtpType {
    FORGOT_PASSWORD = "FORGOT_PASSWORD",
    SIGNUP = "SIGNUP"
}
export declare enum EstimateStatus {
    DRAFT = "draft",
    ACCEPTED = "accepted",
    REJECTED = "rejected",
    PENDING = "pending"
}
export declare enum ExpenseStatus {
    APPROVED = "approved",
    REIMBURSED = "reimbursed",
    REJECTED = "rejected",
    PENDING = "pending"
}
export declare enum TaxStatus {
    ACTIVE = "active",
    INACTIVE = "inactive"
}
export declare enum EmployeeStatus {
    ACTIVE = "active",
    INACTIVE = "inactive"
}
export declare enum TaxType {
    NONE = "none",
    PER_ITEM = "per_item",
    ON_TOTAL = "on_total"
}
export declare enum DiscountType {
    FIXED = "fixed",
    PERCENTAGE = "percentage",
    NONE = "none"
}
export declare enum PaymentMethods {
    BANK = "bank",
    STRIPE = "stripe",
    PAYPAL = "paypal"
}
export declare enum InvoiceStatus {
    DRAFT = "draft",
    SENT = "sent",
    OPENED = "opened"
}
export declare enum LeadStatus {
    VISIT_DONE = "VISIT_DONE",
    QUOTATION_SENT = "QUOTATION_SENT",
    ENQUIRY = "ENQUIRY",
    VISIT_SCHEDULED = "VISIT_SCHEDULED"
}
export declare enum LeadPriority {
    LOW = "low",
    MEDIUM = "medium",
    HIGH = "high"
}
export declare enum quotationStatus {
    SENT = "sent",
    NOT_SENT = "not_sent"
}
export declare enum filterType {
    MONTH = "month",
    WEEK = "week",
    DAY = "day"
}
