import type { LocalsType } from '../../types';
declare function markdownHelper(this: LocalsType, text: string, options?: any): any;
export = markdownHelper;
