import type { AssetAllocation } from '@cranberry-money/shared-types';
export declare const validateAllocations: (allocations: readonly AssetAllocation[]) => boolean;
//# sourceMappingURL=allocations.d.ts.map