export declare enum QuickBooksDeliveryMethodsEnum { Print = "Print", Email = "Email", None = "None" }