/** * @module core * @description Core biometric authentication functionality */ export * from './webauthn/index.js'; export * from './touchid/index.js'; export * from './securitykey/index.js';