/** * @fileoverview Manual overrides mapping domains to display titles. * * Covers domains whose auto-formatted or scraped title would be inaccurate * or inconsistent (e.g. government agencies, universities, organizations), * keyed by domain and consulted before falling back to `formatDomainAsTitle`. */ export declare const domainExceptions: Record;