import { ComponentRelation } from "../../../types";
export declare function calculateCouplingDegree(components: ComponentRelation[]): {
    [key: string]: number;
};
