/**
* MathConsts provides some commonly used mathematical constants
*/
export declare class MathConsts {
    /**
     * The amount to multiply with when converting radians to degrees.
     */
    static RADIANS_TO_DEGREES: number;
    /**
     * The amount to multiply with when converting degrees to radians.
     */
    static DEGREES_TO_RADIANS: number;
}
//# sourceMappingURL=MathConsts.d.ts.map