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

declare function createOperationPrecision(operation: (n1: EntityId, n2: EntityId) => number): (...nums: EntityId[]) => number;

export { createOperationPrecision };
