import "server-only"; interface AuthReturnType { isAuthenticated: boolean; parsedUser?: unknown; } export declare function useAuth(): Promise; export {}; //# sourceMappingURL=auth.d.ts.map