default: {
    getAdapterMessageKeys(): string[];
    getAdapterMessages(locale: string): MultilingualString;
    getEditorMessageKeys(): string[];
    getEditorMessages(locale: string): MultilingualString;
    getUploadModalMessageKeys(): string[];
} = ...

Utility API that exposes localized strings required by the frontend bundles. Methods return defensive copies to maintain the immutability contracts from the original CommonJS helpers.

Type declaration