import createAMSClient from "./createAMSClient"; declare global { interface Window { Microsoft: any; } } export default createAMSClient;