import type { TrendAnalysis } from '../../src/store/useAppStore';

export function analyzeViralContent(
  htmlState: Record<string, unknown>,
  sourceText: string,
  sourceUrl?: string
): Promise<TrendAnalysis>;
