export declare const HEADER_DISPLAY_NAME_MAX_CHARS = 32; /** * Header names are layout furniture, not data. Keep the configured assistant * name intact for accessibility/API consumers and only shorten the visible * residence header label so a long operator name cannot crowd out controls. */ export declare function truncateHeaderDisplayName(value: string | null | undefined, maxChars?: number): string;