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