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