/* eslint-disable no-var */ declare global { var $: any; interface Window { MFS?: any; } } export {};