import { EntityId } from '@techmely/types';

declare function roundPrecision(num: EntityId, decimal: number): number;

export { roundPrecision };
