export declare function createCitationSiteNameLoader(fetchMetadata: (url: string) => Promise<{ siteName?: string | null; retryable?: boolean; }>, now?: () => number): (href: string) => Promise; export declare const loadCitationSiteName: (href: string) => Promise;