import { EditorLocalization } from '../localization';
/**
 * Comments to help translators create translations.
 *
 * The key for each comment should be the same as is used in the
 * translation and original source records.
 */
declare const comments: Partial<Record<keyof EditorLocalization, string>>;
export default comments;
