import type { GenericTranslationsObject, NestedKeysStripped, SupportedLanguages } from '@payloadcms/translations'; import type { PluginDefaultTranslationsObject } from './types.js'; export declare const translations: SupportedLanguages; export type PluginMultiTenantTranslations = GenericTranslationsObject; export type PluginMultiTenantTranslationKeys = NestedKeysStripped; //# sourceMappingURL=index.d.ts.map