import type { AssetHolding } from '@cranberry-money/shared-types';
export declare const calculateHoldingAllocations: (holdings: readonly AssetHolding[]) => Record<string, number>;
//# sourceMappingURL=holdings.d.ts.map