import type { Application } from '../../../declarations'; import { InsightsEtfFlowService } from './etf-flow.class'; import { insightsEtfFlowPath } from './etf-flow.shared'; export * from './etf-flow.class'; export * from './etf-flow.schema'; export declare const insightsEtfFlow: (app: Application) => void; declare module '../../../declarations' { interface ServiceTypes { [insightsEtfFlowPath]: InsightsEtfFlowService; } }