declare const gcd: { (...args: number[]): number; (...args: import("mathjs").BigNumber[]): import("mathjs").BigNumber; (...args: import("mathjs").Fraction[]): import("mathjs").Fraction; (...args: import("mathjs").MathArray[]): import("mathjs").MathArray; (...args: import("mathjs").Matrix[]): import("mathjs").Matrix; }; export { gcd }; //# sourceMappingURL=mathjs.d.ts.map