import type { LogoName } from './mud-logo.types'; export declare function resolveLogoAssetUrl(name: LogoName): string | null; export declare function fetchLogoSvg(url: string): Promise; /** Exposed for tests — clears the module-level SVG fetch cache. */ export declare function clearLogoSvgCache(): void;