import { PassportOAuthAuthenticatorHelper, PassportProfile } from '@backstage/plugin-auth-node'; /** @public */ export declare const microsoftAuthenticator: import("@backstage/plugin-auth-node").OAuthAuthenticator<{ helper: PassportOAuthAuthenticatorHelper; domainHint: string | undefined; }, PassportProfile>;