import { DeepPartial } from '@subit/common/lib/shared-types'; import { AuthenticationMethod } from './authentication-method.entity'; export declare class ExternalAuthenticationMethod extends AuthenticationMethod { constructor(input: DeepPartial); strategy: string; externalIdentifier: string; metadata: any; }