import type { StringLike } from '../types/Base'; import type { D3Scale, DefaultThresholdInput } from '../types/Scale'; import type { ScaleConfigWithoutType } from '../types/ScaleConfig'; export default function applyRound(scale: D3Scale, config: ScaleConfigWithoutType): void; //# sourceMappingURL=round.d.ts.map