import { IMatrixFunc } from '../../typings'; export declare const parseMatrix: (str: string) => IMatrixFunc[];