// This wrapper exists because JS in TS can’t export a `@type` of a function. import type {Root} from 'nlcst' import type {Plugin, ParserClass} from 'unified' export const Parser: ParserClass declare const retextLatin: Plugin export default retextLatin