export interface EspnPlayerStatMatch {
    playerExternalId: string;
    playerName: string;
    team: string | null;
    opponent: string | null;
    value: number;
}
export declare function normalizeResolverPlayerName(value: string | null | undefined): string;
export declare function supportsEspnPlayerStat(league: string | null | undefined, statKey: string | null | undefined): boolean;
export declare function extractEspnPlayerStat(summary: any, league: string | null | undefined, playerName: string | null | undefined, statKey: string | null | undefined): EspnPlayerStatMatch | null;
//# sourceMappingURL=clv-player-stats.d.ts.map