declare const MathAtan2: (y: number, x: number) => number; export = MathAtan2;