export interface PromptInjectionGuardrail {
    isEnabled?: boolean;
}
