//#region src/utils/palm.d.ts interface GoogleVertexAIBasePrediction { safetyAttributes?: any; } interface GoogleVertexAILLMPredictions { predictions: PredictionType[]; } //#endregion export { GoogleVertexAIBasePrediction, GoogleVertexAILLMPredictions }; //# sourceMappingURL=palm.d.ts.map