import type { ClientApplication } from '../../../client'; import type { BenchmarkComparisonService } from './comparison.class'; export declare const benchmarkComparisonPath = "benchmark/comparison"; export declare const benchmarkComparisonMethods: Array; export type BenchmarkComparisonClientService = Pick; export declare const benchmarkComparisonClient: (client: ClientApplication) => void; declare module '../../../client' { interface ServiceTypes { [benchmarkComparisonPath]: BenchmarkComparisonClientService; } }