/** * Defines the environment of the API domains. * * @public */ export declare enum Environment { PRODUCTION = "PRODUCTION", SANDBOX = "SANDBOX" }