import { AuthenticationProvider, AuthenticationManager, AuthenticationSuccessHandler } from './authentication-protocol'; export declare class AuthenticationManagerImpl implements AuthenticationManager { protected prioritized: AuthenticationProvider[]; protected readonly authenticationProviders: AuthenticationProvider[]; protected readonly authenticationSuccessHandler: AuthenticationSuccessHandler; init(): void; authenticate(next: () => Promise): Promise; support(): Promise; } //# sourceMappingURL=authentication-manager.d.ts.map