export { SafariViewControllerPresentationStyle } from '../index'; export { LocalAuthenticationLevel, LocalAuthenticationStrategy, BiometricPolicy, } from '../types/platform-specific'; /** * Error code constants for type-safe error handling. */ export { WebAuthErrorCodes, CredentialsManagerErrorCodes, DPoPErrorCodes, } from '../core/models'; //# sourceMappingURL=enums.d.ts.map