/** * Round a given number to the nearest unit of resolution. * For resolution of 1, this is equal to `Math.round`. */ export declare const roundTo: (value: number, resolution?: number) => number; //# sourceMappingURL=round-to.d.ts.map