import type { Application } from '../../../declarations'; import { InsightsGlobalService } from './global.class'; import { insightsGlobalPath } from './global.shared'; export * from './global.class'; export * from './global.schema'; export declare const insightsGlobal: (app: Application) => void; declare module '../../../declarations' { interface ServiceTypes { [insightsGlobalPath]: InsightsGlobalService; } }