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

declare function float2FixedPrecision(num: EntityId): number;

export { float2FixedPrecision };
