import * as _techmely_types from '@techmely/types';

declare const minusPrecision: (...nums: _techmely_types.EntityId[]) => number;

export { minusPrecision };
