export declare function buildStoredPlayerPropDisplayFields(params: {
    league: string;
    propText?: string | null;
    statType?: string | null;
    normalizedStatType?: string | null;
    forecastDirection?: string | null;
    marketLine?: number | null;
    odds?: number | null;
}): {
    prop: string | null;
    forecast: string | null;
    propType: string;
    sportsbookDisplay: string | null;
};
export declare function shouldPersistStandalonePlayerPropMetadata(prop: {
    forecast_direction?: string | null;
    agreement_score?: number | null;
    market_quality_label?: string | null;
}): boolean;
export declare function shouldRenderTeamPropBundleEntry(prop: {
    player?: string | null;
    prop?: string | null;
    prob?: number | null;
    projected_probability?: number | null;
    line?: number | null;
    market_line_value?: number | null;
    forecast_direction?: string | null;
    agreement_score?: number | null;
    market_quality_label?: string | null;
}): boolean;
export declare function buildStoredPlayerPropPayload(params: {
    assetMetadata?: Record<string, any>;
    league: string;
    playerName: string;
    statType?: string | null;
    normalizedStatType?: string | null;
    prop: Record<string, any>;
}): Record<string, any>;
//# sourceMappingURL=player-prop-storage.d.ts.map