import type { AuthManager } from './auth-manager'; import type { AuthSettings } from './models/auth-settings.model'; export declare const createAuthManager: = AuthManager>(settings: S, impl: (new () => M)) => Promise;