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

declare function digitLengthPrecision(num: EntityId): number;

export { digitLengthPrecision };
