import { Equation } from '../domain/equation.model'; export declare function equationStringify(equation: Equation): string;