// mod.d.ts custom types export type EmojiConf = { "name": string, "aliases": Array, "id": string, "animated": boolean, "deleteSender": boolean };