import { UseAuthReturn } from "../context/types"; /** * Hook for managing authentication with Socket interface * Exposes all AuthManager methods directly * * @returns Authentication state and all SDK methods */ export declare function useAuth(): UseAuthReturn; //# sourceMappingURL=useAuth.d.ts.map