import { type Brand } from './brand.js'; export type LocalizedString = Brand; export declare const LocalizedEmptyString: LocalizedString;