/** * The guest-provider backend module for the auth plugin. * * @packageDocumentation */ export { authModuleGuestProvider as default } from './module';