/**
 * @file Math Constants
 * @author Alexander Rose <alexander.rose@weirdbyte.de>
 * @private
 */
export declare const EPS = 1e-7;
export declare const TwoPI: number;
export declare const DEG2RAD: number;
export declare const RAD2DEG: number;
