/**
 * TODO: Add a handler to reader output "softmax" as a word instead of "s o f t m a x"
 * */
export declare const getSpeech: (sre: any, mml: any) => string;
export declare const addAriaToMathHTML: (sre: any, html: string) => string;
