export declare const BASE_URL = "https://api.pesepay.com/api/payments-engine";
export declare const CHECK_PAYMENT_URL = "https://api.pesepay.com/api/payments-engine/v1/payments/check-payment";
export declare const MAKE_SEAMLESS_PAYMENT_URL = "https://api.pesepay.com/api/payments-engine/v2/payments/make-payment";
export declare const INITIATE_PAYMENT_URL = "https://api.pesepay.com/api/payments-engine/v1/payments/initiate";
export declare const ALGORITHM = "aes-256-cbc";
//# sourceMappingURL=constants.d.ts.map