/**
 * RIE Strategy: MMA
 *
 * Minimal signal data — mostly Grok + RAG knowledge base.
 * No PIFF/DVP for MMA currently.
 */
import { BaseStrategy } from './base.strategy';
import { StrategyProfile } from '../types';
export declare class MmaStrategy extends BaseStrategy {
    league: string;
    getProfile(): StrategyProfile;
}
//# sourceMappingURL=mma.strategy.d.ts.map