import { AngleUnit } from "./types";
export declare const ANGLE_CONVERSION: Record<AngleUnit, number>;
