import { TRecord } from "../types/record.types";
export declare function calculateDistributionForItem(item: TRecord): number;
