export declare function fetchInsightSourceData(params: {
    homeTeam: string;
    awayTeam: string;
    league: string;
}): Promise<{
    sharpMoves: any[];
    lineMovements: any[];
}>;
//# sourceMappingURL=insight-source.d.ts.map