export interface FocusGuardrail {
    isEnabled?: boolean;
}
