/** * Hook to check if the current user is an admin * @returns true if user role is 'admin', false otherwise */ export declare function useIsAdmin(): boolean;