import MorningstarConverter from '../../Shared/MorningstarConverter'; import type { PerformanceConverterOptions } from '../PerformanceOptions'; export declare class MPTStatisticsConverter extends MorningstarConverter { constructor(options?: PerformanceConverterOptions); parse(options: PerformanceConverterOptions, hasMultiple?: boolean): void; } export default MPTStatisticsConverter;