import type * as RemarkMathType from 'remark-math'; export * from './adapters'; export * from './commands'; export * from './latex-block'; // Global types declare type _GLOBAl = typeof RemarkMathType;