import { RuleInline } from 'markdown-it';
export declare const asciiMath: RuleInline;
export declare const backtickAsAsciiMath: RuleInline;
export declare const renderAsciiMath: (tokens: any, idx: any, options: any) => string;
