import type { Root as HastRoot } from 'hast';
export declare function downloadTitle(hast: HastRoot): Promise<string>;
