export type LocalizedStringHash = Readonly>; export declare function fetchLocalizedString(hash: LocalizedStringHash | null | undefined, lang: string, fallback?: string | null): string | null; export declare function localizedStringIsEmpty(hash: LocalizedStringHash | null | undefined): boolean; export declare function localizedStringIsPresent(hash: LocalizedStringHash | null | undefined): boolean; //# sourceMappingURL=localized-string.d.ts.map