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