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