import * as analytics from "./analytics"; import * as compute from "./compute"; import * as database from "./database"; import * as devops from "./devops"; import * as general from "./general"; import * as identity from "./identity"; import * as integration from "./integration"; import * as iot from "./iot"; import * as migration from "./migration"; import * as ml from "./ml"; import * as mobile from "./mobile"; import * as network from "./network"; import * as security from "./security"; import * as storage from "./storage"; import * as web from "./web"; export { analytics, compute, database, devops, general, identity, integration, iot, migration, ml, mobile, network, security, storage, web, };