/** * Hook to detect and save authentication method from URL parameters * Used primarily for OAuth redirects where the auth method needs to be saved after successful login */ export declare function useAuthMethodDetector(): void; //# sourceMappingURL=useAuthMethodDetector.d.ts.map