import { ProviderType } from '../types/providerFactory.types'; export declare const clearInitiatedLogins: (props?: { skipLoginMethod: ProviderType; } | null) => null;