import * as Semantic from '@math-blocks/semantic'; import type { Step } from '../../types'; export declare function simplifyBothSides(before: Semantic.types.NumericRelation): Step | void;