/** PaymentTypeEnum */
export declare enum PaymentTypeEnum {
    'post' = "post",
    'pre' = "pre"
}
//# sourceMappingURL=PaymentTypeEnum.d.ts.map