import * as unist from 'unist'; import ReVIEWCompiler from '../ReVIEWCompiler'; export interface Converters { [key: string]: (this: ReVIEWCompiler, node: Node, parent?: unist.Parent) => unist.Node; } export { ReVIEWCompiler }; declare const _default: Converters; export default _default;