/**
 * The Environment for the API
 */
export declare enum Environment {
    Sandbox = "Sandbox",
    Production = "Production"
}
