import { OAuthAuthenticatorResult, PassportProfile } from '@backstage/plugin-auth-node'; /** * Available sign-in resolvers for the Google auth provider. * * @public */ export declare namespace googleSignInResolvers { /** * Looks up the user by matching their email to the `google.com/email` annotation. */ const emailMatchingUserEntityAnnotation: import("@backstage/plugin-auth-node").SignInResolverFactory, unknown>; }