import { ProfileTransform } from '@backstage/plugin-auth-node'; export interface GuestAuthenticator { defaultProfileTransform: ProfileTransform<{}>; }