import type { JSDOM } from "jsdom"; export declare function extractTitle(dom: JSDOM, fallbackUrl: string): string;