/** * Limit the value to N decimal places */ export declare const truncateDecimalPlaces: (value: string | number, decimalPlaces: number) => string; //# sourceMappingURL=truncateDecimalPlaces.d.ts.map