/** Preset used to balance format compatibility and hostile-input defenses. */ export type SafetyProfile = 'compatible' | 'strict' | 'untrusted'; //# sourceMappingURL=safety.d.ts.map