export declare enum EPaymentType {
    Push = "PUSH",
    Pull = "PULL"
}
//# sourceMappingURL=EPaymentType.d.ts.map