class Constants { RICH_TEXT_IMAGE_COUNT_LIMIT: number = 20; } export const consts = new Constants();