declare const round: { (x: T, n?: number | import("mathjs").BigNumber | undefined): T extends number ? number : T extends string ? string : T extends boolean ? boolean : T; (x: import("mathjs").MathNumericType, n: U): U; }; export { round }; //# sourceMappingURL=mathjs.d.ts.map