import type MarkdownIt from 'markdown-it';
export type MathExtensionOptions = {
    amsmath?: boolean;
    dollarmath?: boolean;
};
export declare function plugin(md: MarkdownIt, options?: true | MathExtensionOptions): void;
//# sourceMappingURL=math.d.ts.map