/** * Converts a numeric value into standard notation for feet and inches * * @example 5.5` -> 5' 6"` * * @param feet Length in feet * @return Length (feet/inches) as a decimal, or infinity */ export declare function formatFeet(feet: number): string; //# sourceMappingURL=formatFeet.d.ts.map