import type { AuthenticatorConfig, AuthResponse } from './Authenticator.js';
import Authenticator from './Authenticator.js';
import User from './User.js';
export type { AuthenticatorConfig, AuthResponse };
export default Authenticator;
export { Authenticator, User };
