export { calculateInheritance } from './inheritance';
export type { Heirs, InheritanceResult } from './types';
