import type { Stringer } from "./api.js"; export type UnitDefs = [number, string, number?][]; export declare const units: (exp: UnitDefs, base: string, prec?: number) => Stringer; export declare const bits: Stringer; export declare const bytes: Stringer; export declare const seconds: Stringer; export declare const meters: Stringer; export declare const grams: Stringer; export declare const unitless: Stringer; //# sourceMappingURL=units.d.ts.map