/** * Shared factory scope for activating owned mathjs-derived factory functions. * * Provides all dependencies that leaf factories may request: * typed, config, Complex, BigNumber, Fraction, matrix bridge, and helper constructors. */ /** * The scope object passed to each factory's assertAndCreate(). * Keys match the dependency names factories declare. */ export declare const factoryScope: Record; //# sourceMappingURL=scope.d.ts.map