import type { Plugin } from 'unified'; import type { GenericParent } from 'myst-common'; type Options = { replaceText?: boolean; replaceSymbol?: boolean; replaceScripts?: boolean; replaceNumber?: boolean; }; export declare function inlineMathSimplificationTransform(mdast: GenericParent, options?: Options): void; export declare const inlineMathSimplificationPlugin: Plugin<[Options?], GenericParent, GenericParent>; export {}; //# sourceMappingURL=mathSimplifications.d.ts.map