import { types } from '@math-blocks/semantic'; import type { Step } from '../../types'; export declare const getFactors: (node: types.Node) => OneOrMore; export declare function factorQuadratic(node: types.Add): Step | void;