import { Matrix } from 'mathjs'; export default function from_str(val: string): number | number[] | number[][] | Matrix;