import type { MathNode } from '../utils/node.js'; import type { TypedFunction } from '../core/function/typed.js'; interface LeafCountDependencies { parse: (expr: string) => MathNode; typed: TypedFunction; } export declare const createLeafCount: import("../utils/factory.js").FactoryFunction; export {}; //# sourceMappingURL=leafCount.d.ts.map