import { GuardrailViolationError, GuardrailViolationErrorOptions } from "../errors/guardrail-violation-error.mjs"; //#region ../ai/src/guard/errors.d.ts /** * Curated install string thrown by the optional `moderation` detector on * first `check()` when the `openai` peer is absent. Mirrors ai-panoptic's * `LANGFUSE_INSTALL_INSTRUCTIONS`. */ declare const OPENAI_INSTALL_INSTRUCTIONS: string; //#endregion export { OPENAI_INSTALL_INSTRUCTIONS }; //# sourceMappingURL=errors.d.mts.map