interface AnalyticsModel { run: typeof run; } declare var Analytics: AnalyticsModel; declare function run(): any; export default Analytics;