/**
 * Contains the Integration and Production URLs.
 */
declare enum Environment {
    Integration = "https://pagoautomaticocontarjetasint.transbank.cl",
    Production = "https://www.pagoautomaticocontarjetas.cl"
}
export default Environment;
