import { NullList, EntityId, UnDef } from '@techmely/types';

declare function formatLot10Volume(volume: NullList<EntityId>, precision?: number, defaultValue?: UnDef<EntityId>): EntityId;

export { formatLot10Volume };
