3 lines
111 B
TypeScript
3 lines
111 B
TypeScript
|
import { ParseMethod } from '../Types.js';
|
||
|
export declare const MathtoolsMethods: Record<string, ParseMethod>;
|