import type { Application } from '../../../declarations'; import { BenchmarkComparisonService } from './comparison.class'; import { benchmarkComparisonPath } from './comparison.shared'; export * from './comparison.class'; export declare const benchmarkComparison: (app: Application) => void; declare module '../../../declarations' { interface ServiceTypes { [benchmarkComparisonPath]: BenchmarkComparisonService; } }