import type { Application } from '../../../declarations'; import { InsightsCryptoStressIndexService } from './crypto-stress-index.class'; import { insightsCryptoStressIndexPath } from './crypto-stress-index.shared'; export * from './crypto-stress-index.class'; export * from './crypto-stress-index.schema'; export declare const insightsCryptoStressIndex: (app: Application) => void; declare module '../../../declarations' { interface ServiceTypes { [insightsCryptoStressIndexPath]: InsightsCryptoStressIndexService; } }