export declare enum WindowHapiSubmoduleName { api = "hapiApi", auth = "hapiAuth", config = "hapiConfig", instances = "hapiInstances", qa = "hapiQA", routing = "hapiRouting", sdk = "hapi", service = "hapiService", state = "hapiState", ui = "hapiUI", utils = "hapiUtils", validation = "hapiValidation", events = "hapiEvents", instance = "hapiInstance" } export declare enum WindowHapiModuleName { router = "router", config = "config", ats = "ats", basket = "basket", campaign = "campaign", contract = "contract", product = "product", common = "common", wallet = "wallet", debugging = "debugging", language = "language", theming = "theming", orderJourney = "orderJourney", userJourney = "userJourney", alert = "alert", modal = "modal", ui = "ui", experimental = "experimental", internalAuxiliary = "internalAuxiliary", shared = "shared" } export declare enum WindowHapiSDKModuleName { api = "api", state = "state", validation = "validation", service = "service", utils = "utils" } export declare enum DevelopmentEnvironment { ACCEPTANCE = "acceptance", SANDBOX = "sandbox", PRODUCTION = "production" } //# sourceMappingURL=enums.d.ts.map