/** Consumption way type */
export declare enum FaxConsumptionWayTypeEnum {
    'received' = "received",
    'sent' = "sent"
}
//# sourceMappingURL=FaxConsumptionWayTypeEnum.d.ts.map