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