index.d.ts

1declare module 'remark-gemoji' {
2  import { Plugin } from 'unified';
3
4  const plugin: Plugin;
5  export default plugin;
6}