import { OAuthAuthenticatorResult, PassportProfile } from '@backstage/plugin-auth-node'; /** * Available sign-in resolvers for the GitHub auth provider. * * @public */ export declare namespace githubSignInResolvers { /** * Looks up the user by matching their GitHub username to the entity name. */ const usernameMatchingUserEntityName: import("@backstage/plugin-auth-node").SignInResolverFactory, { dangerouslyAllowSignInWithoutUserInCatalog?: boolean | undefined; } | undefined>; }