import { OAuthAuthenticatorResult, PassportProfile } from '@backstage/plugin-auth-node'; /** * Available sign-in resolvers for the VMware Cloud auth provider. * * @public */ export declare namespace vmwareCloudSignInResolvers { /** * Looks up the user by matching their profile email to the entity's profile email. * If that fails, sign in the user without associating with a catalog user. */ const profileEmailMatchingUserEntityEmail: import("@backstage/plugin-auth-node").SignInResolverFactory, unknown>; }