import { types } from '@math-blocks/semantic'; import type { Step } from '../types'; export declare function solveQuadratic(before: types.NumericRelation, ident: types.Identifier): Step | void;