/**
 * @fileoverview Exports all authenticator-related components
 */
export * from './types';
export * from './AuthenticatorFactory';
export * from './processors/DefaultAuthenticatorProcessor';
export * from './processors/StrapiAuthenticatorProcessor';
