/** * Get branding action — current theme tokens from the Manage host. */ import type { GetBranding } from "./types"; export declare const getBranding: GetBranding;