import { RebaseTranslations } from "@rebasepro/cms-types"; /** * English baseline translations for @rebasepro/app. * * This is the single source of truth for all default UI strings. * Override any key via the `translations` prop on Rebase entry-point components. * * @group Core */ export declare const en: RebaseTranslations;