/// <reference types="cheerio" />
/**
 * Replace emoji with svg.
 * @param $
 */
export default function enhance($: CheerioStatic): void;
