import { GoogleLLMResponse } from "../types.js"; //#region src/utils/safety.d.ts declare class GoogleAISafetyError extends Error { response: GoogleLLMResponse; reply: any; constructor(response: GoogleLLMResponse, message?: string); } //#endregion export { GoogleAISafetyError }; //# sourceMappingURL=safety.d.ts.map