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

declare function stripPrecision(num: EntityId, precision?: number): number;

export { stripPrecision };
