import PredictionResponseModel from 'fansunited-sdk-esm/Core/Namespaces/Predictor/Models/Predictions/PredictionResponseModel'; export declare const useUserGamePrediction: (userId: string, gameId: string, displayToast: () => void) => PredictionResponseModel;