declare function round(value: number, decimals: number): number;
export declare const MathUtils: {
    round: typeof round;
};
export {};
