import { IMeasure } from '../types'; export type angleSystems = 'metric'; export type angleUnits = 'rev' | 'deg' | 'rad' | 'grad' | 'arcmin' | 'arcsec'; export declare const angle: IMeasure;