/** * Clamps the angle between [0, PHI[ */ export declare function normalize_angle(angle: number): number;