import type { Application } from '../../../declarations'; import { SeriesPerformanceService } from './performance.class'; import { seriesPerformancePath } from './performance.shared'; export * from './performance.class'; export * from './performance.schema'; export declare const seriesPerformance: (app: Application) => void; declare module '../../../declarations' { interface ServiceTypes { [seriesPerformancePath]: SeriesPerformanceService; } }