import type { Application } from '../../../declarations'; import { InsightsFearAndGreedService } from './fear-and-greed.class'; import { insightsFearAndGreedPath } from './fear-and-greed.shared'; export * from './fear-and-greed.class'; export * from './fear-and-greed.schema'; export declare const insightsFearAndGreed: (app: Application) => void; declare module '../../../declarations' { interface ServiceTypes { [insightsFearAndGreedPath]: InsightsFearAndGreedService; } }