import type { TamboAuthState } from "@tambo-ai/client"; /** * Hook to compute the current authentication state for the SDK. * * Reads from TamboClientContext and TamboConfigContext to determine * whether the SDK is ready to make API calls. * @returns The current auth state as a discriminated union * @throws {Error} If used outside TamboProvider */ export declare function useTamboAuthState(): TamboAuthState; //# sourceMappingURL=use-tambo-v1-auth-state.d.ts.map