import type { Round } from "./types.d.ts"; /** This function round number. */ export declare const round: Round;