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