//#region src/inline/math.d.ts declare function matchMathInlineSpan(text: string, index: number): string | undefined; //#endregion export { matchMathInlineSpan };