import type { AllowNullish } from '../common/private-types'; import type { FormatRoundOption, RoundFunction } from './types'; export declare function createRounderFromOptions(dec: number, fixed?: AllowNullish): RoundFunction; export declare function createRounder(round: FormatRoundOption): RoundFunction; //# sourceMappingURL=round.d.ts.map