export declare enum Paid { Default = 0, Yes = 1, No = 2, Partially = 3 } //# sourceMappingURL=paid.d.ts.map