export default class IntlMessage { key; options; constructor(key, options) { this.key = key; this.options = options; } }