/**
* The status of the quote.
*/
export declare enum QuoteStatusCodes {
    DRAFT,
    SENT,
    DECLINED,
    ACCEPTED,
    INVOICED,
    DELETED
}
