import { PassportProfile } from '@backstage/plugin-auth-node'; export declare function fetchProfile(options: { host: string; accessToken: string; }): Promise;