/** * Standard guardrails presets for safety constraints. * Used by both the Guardrails component and Prompt's default guardrails. */ export declare const STANDARD_GUARDRAILS: Record; /** * Standard edge case presets. * Used by the EdgeCases component. */ export declare const EDGE_CASE_PRESETS: Record>; /** * Standard fallback presets. * Used by the Fallbacks component. */ export declare const FALLBACK_PRESETS: Record>; //# sourceMappingURL=guardrail-presets.d.ts.map