/** Integration payment mean type */
export declare enum PaymentMeanIntegrationEnum {
    'GET_FORM' = "GET_FORM",
    'POST_FORM' = "POST_FORM",
    'REDIRECT' = "REDIRECT"
}
//# sourceMappingURL=PaymentMeanIntegrationEnum.d.ts.map