/**
* Round a number up to s decimal places
* @param {Symbol} x
* @param {int} s - the number of decimal places
* @returns {undefined}
*/exportfunctionround(x: Symbol, s: any, ...args: any[]): undefined;
import { Symbol } from"../../../Types/Symbol";