import type { Branding } from '../types'; export declare function fetchBrandingIfNeeded(): Promise; export declare function getBranding(): Branding | null;