/** * String-format a number rounded to the given resolution, where * human readability is more important than precision. */ export declare const imprecise: (num: number, resolution?: number) => string; //# sourceMappingURL=imprecise.d.ts.map