import { MicrosurveyClient } from "./MicrosurveyClient"; declare global { interface Window { Samelogic: typeof MicrosurveyClient; samelogic: MicrosurveyClient; slAsyncInit: (options: MicrosurveyClientOptions) => void; } }