/** * Round a pixel value. * @param value - Value of the pixel. * @returns The rounded value. */ export declare function round(value: number): number; //# sourceMappingURL=round.d.ts.map