import './known-keys.types.generated.js'; /** * Runtime list of every known key shipped by the backoffice. Exists for the staleness test in * `known-keys.test.ts` — production code should reference the `UmbKnownLocalizationKey` global * type instead. Tree-shaken from the production bundle when nothing imports it at runtime. */ export declare const KNOWN_LOCALIZATION_KEYS: readonly UmbKnownLocalizationKey[];