/**
 * Utility class for math specific functions in browser.
 */
export declare class MathUtils {
    /**
     * Decimal to Hex
     *
     * @param num
     */
    static decimalToHex(num: number): string;
}
//# sourceMappingURL=MathUtils.d.ts.map