import { OAuthAuthenticatorResult, PassportProfile } from '@backstage/plugin-auth-node'; /** * Available sign-in resolvers for the Microsoft auth provider. * * @public */ export declare namespace microsoftSignInResolvers { /** * Looks up the user by matching their Microsoft username to the entity name. */ const emailMatchingUserEntityAnnotation: import("@backstage/plugin-auth-node").SignInResolverFactory, unknown>; }