import { TokenizeEnhancer } from './interface'; export default function markWord(word: string, name: string, replacement?: string): TokenizeEnhancer;