/**
 * Print Status
 *
 * @description The status of the print for the invoice
 */
export declare enum PrintStatus {
    NotSet = "NotSet",
    NeedToPrint = "NeedToPrint",
    PrintComplete = "PrintComplete"
}
