export declare enum QuotationStatus {
    LOST = "lost",
    IDLE = "idle",
    CONFIRM = "confirm"
}
